Recenze doplňku Stop Auto Reload
Stop Auto Reload od kgersen
Recenze od uživatele juan riccio
Hodnocení: 5 z 5
od uživatele juan riccio, před 5 lety(EDITED to reflect the problem-solving update.) This add-on didn't work on repubblica.it (a newspaper). However, the developer looked into it, and he won it over at last! This is the first "stop auto reload" extension that works on that site, as far as I know. The developer reacted quickly to my comment, and the problem was fixed in 48 hours or so.
5 stars fully deserved!!
5 stars fully deserved!!
Odpověď vývojáře
zveřejněno před 5 letyThe extension has been updated and there is a now a section in the Options page that can stop a different URL from loading, if a tab is currently being stopped. Input "https://www.repubblica.it/index.html?refresh_ce" in that textarea and that should stop "https://www.rebublica.it/" from refreshing.
47 recenzí
- Hodnocení: 1 z 5od uživatele Uživatel Firefoxu - 19185659, před 2 dny
- Hodnocení: 1 z 5od uživatele Tentaurus, před 19 dnySorry, the only feature I need is: Stop Facebook from reloading!
That's exactly what doesn't work!
Crap! - Hodnocení: 3 z 5od uživatele Uživatel Firefoxu - 13868997, před měsícem
- Hodnocení: 2 z 5od uživatele Korwin, před 2 měsíciDoesn't work on http s://elcats.ru. Stop Auto Reload 1.6 (Nov 1, 2023), Mozilla Firefox 139.0 (64-bit), Microsoft Windows 10.0.19045.5854.
- Hodnocení: 1 z 5od uživatele Uživatel Firefoxu - 13404543, před 5 měsíci
- Hodnocení: 1 z 5od uživatele Dennis L, před 5 měsíciTried this app on Facebook based on a few Google searches, guess what, did not work.
- Hodnocení: 1 z 5od uživatele Uživatel Firefoxu - 14496199, před 6 měsícidoes not work with Facebook and it seems that the Dev does not attend to these reviews
- Hodnocení: 5 z 5od uživatele stepanx27, před 10 měsíciWorks 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.
- Hodnocení: 1 z 5od uživatele Wyldfire, před rokem
- Hodnocení: 5 z 5od uživatele dikunav, před rokemExactly what I needed. When I was moving multiple internet market tabs they're all started to reload and that slowed browser. This extension stopped it.
- Hodnocení: 1 z 5od uživatele DubAgent, před 2 letyI downloaded and installed to stop twitter from reloading. now none of my videos on twitter will play and the page continues to reload.
- Hodnocení: 1 z 5od uživatele Uživatel Firefoxu - 12626933, před 2 letyDoes not stop the meta tag http-equiv="refresh".
- Hodnocení: 5 z 5od uživatele Uživatel Firefoxu - 14371892, před 2 letyEver 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! 💯
- Hodnocení: 1 z 5od uživatele Uživatel Firefoxu - 18082667, před 2 letydo not prevent reloading at https://wpolityce.pl/
- Hodnocení: 5 z 5od uživatele TheHumanist, před 2 lety
- Hodnocení: 1 z 5od uživatele Uživatel Firefoxu - 12516351, před 2 letyDoesn't work on https://minsktrans.by/lookout_yard/Home/Index/minsk#/routes/bus/189%D1%8D/stops/56657/0
- Hodnocení: 5 z 5od uživatele th4, před 2 lety
- Hodnocení: 5 z 5od uživatele Wirek, před 2 letyIt works great on annoying filmweb.pl where settings/flags like:
accessibility.blockautorefresh true
browser.meta_refresh_when_inactive.disabled true
...in FF 107.0.1 (64-bit) didn't work.
Thank you very much! - Hodnocení: 5 z 5od uživatele Uživatel Firefoxu - 17779295, před 2 lety
- Hodnocení: 1 z 5od uživatele Uživatel Firefoxu - 12370795, před 3 letyNO use. Does NOT stop auto reloading.
- Hodnocení: 5 z 5od uživatele Uživatel Firefoxu - 15352451, před 3 letyWorks Nicely. I had one website that continued to reload after configuring about:config to stop reloads, this addon stopped it.
- Hodnocení: 4 z 5od uživatele Uživatel Firefoxu - 16792125, před 3 letyIt 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.
Odpověď vývojáře
zveřejněno před 3 letyTo 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); - Hodnocení: 5 z 5od uživatele Rusty, před 3 letyDoes 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.