Stop Auto Reload értékelései
Stop Auto Reload szerző: kgersen
48 értékelés
- It works very well, but not automatically !
It's necessary to do what the author explains in the presentation :
"URLs can be blacklisted through a tab's menu, right clicking the toolbar icon, or by selecting 'Options' for this extension.
A button badge with the letter 'S' will appear over the toolbar icon if the active tab is being stopped from auto reloading.
Left clicking the toolbar icon with a button badge will reload the current page." - Csillagos értékelés: 1 / 5készítette: Firefox felhasználó 19185659, 11 napja
- Csillagos értékelés: 1 / 5készítette: Firefox felhasználó 14157089, 15 napjaDoes not work with Facebook.
- Csillagos értékelés: 1 / 5készítette: Tentaurus, egy hónapjaSorry, the only feature I need is: Stop Facebook from reloading!
That's exactly what doesn't work!
Crap! - Csillagos értékelés: 3 / 5készítette: Firefox felhasználó 13868997, 2 hónapja
- Csillagos értékelés: 1 / 5készítette: Firefox felhasználó 13404543, 5 hónapja
- Csillagos értékelés: 1 / 5készítette: Firefox felhasználó 14496199, 7 hónapjadoes not work with Facebook and it seems that the Dev does not attend to these reviews
- Csillagos értékelés: 5 / 5készítette: stepanx27, 10 hónapjaWorks as desired. Press the right mouse button on the website and add the hostname to blacklist, then reload and you should see a red "S" symbol.
- Csillagos értékelés: 1 / 5készítette: Firefox felhasználó 12626933, 2 éveDoes not stop the meta tag http-equiv="refresh".
- Csillagos értékelés: 5 / 5készítette: Firefox felhasználó 14371892, 2 éveEver have a tab on Twitter/X pinned and come back to it later, only to have the whole page hard-refresh before you can read it again? This fixes that annoyance no problem. BTW I logged into my Firefox account for the first time in 5 years to leave this review, that is how happy I was that this annoyance was solved. THANK YOU for this plugin! 💯
- Csillagos értékelés: 1 / 5készítette: Firefox felhasználó 18082667, 2 évedo not prevent reloading at https://wpolityce.pl/
- Csillagos értékelés: 5 / 5készítette: TheHumanist, 2 éve
- Csillagos értékelés: 1 / 5készítette: Firefox felhasználó 12516351, 2 éveDoesn't work on https://minsktrans.by/lookout_yard/Home/Index/minsk#/routes/bus/189%D1%8D/stops/56657/0
- Csillagos értékelés: 5 / 5készítette: Firefox felhasználó 17779295, 2 éve
- Csillagos értékelés: 1 / 5készítette: Firefox felhasználó 12370795, 3 éveNO use. Does NOT stop auto reloading.
- Csillagos értékelés: 5 / 5készítette: Firefox felhasználó 15352451, 3 éveWorks Nicely. I had one website that continued to reload after configuring about:config to stop reloads, this addon stopped it.
- Csillagos értékelés: 4 / 5készítette: Firefox felhasználó 16792125, 3 éveIt works perfect in every website except of this: https://www.capital.gr/ . When this website tries to reload , the addon works well and doesnt allow it , but in the same time scroll bar automaticaly , goes up on the top of the page ,and then i have to scroll down and search , in which point of the page i was reading before , which is annoying. Please fix it .Thank you.
Fejlesztői válasz
közzétéve: 3 éveTo keep the page from scrolling, you'll need to install an extension like FireMonkey or Violentmonkey (I only tested with these two). Then create a new script and save the following in it:
// ==UserScript==
// @name Capital disable scroll before reload
// @namespace https://www.capital.gr/
// @match https://www.capital.gr/
// @grant none
// @run-at document-end
// @version 1.0
// ==/UserScript==
const myScript = document.createElement('script');
myScript.textContent = 'gotoPositionAfterRefresh = function(elementID) {}';
document.body.appendChild(myScript); - Does what it says. The about:config flag "accessibility.blockautorefresh" was not working on independent.co.uk for me for some reason (thought it works fine for other sites such as buzzfeednews.com), and this add-on is doing the job just great. Thanks!
ETA: There is one problem though, the add-on also disables manually reloading/refreshing black listed sites/domains. I suppose it's easy enough to just load a duplicate tab and close the original, but not quite ideal. Ymmv.