Відгуки для Stop Auto Reload
Stop Auto Reload автор kgersen
Відгук від Rusty
Оцінка 5 з 5
від Rusty, 3 роки тому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.
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.
46 відгуків
- Оцінка 1 з 5від Tentaurus, 16 днів томуSorry, the only feature I need is: Stop Facebook from reloading!
That's exactly what doesn't work!
Crap! - Оцінка 3 з 5від Користувач Firefox 13868997, місяць тому
- Оцінка 2 з 5від Korwin, 2 місяці томуDoesn'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.
- Оцінка 1 з 5від Користувач Firefox 13404543, 4 місяці тому
- Оцінка 1 з 5від Dennis L, 5 місяців томуTried this app on Facebook based on a few Google searches, guess what, did not work.
- Оцінка 1 з 5від Користувач Firefox 14496199, 6 місяців томуdoes not work with Facebook and it seems that the Dev does not attend to these reviews
- Оцінка 5 з 5від stepanx27, 10 місяців томуWorks 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.
- Оцінка 1 з 5від Користувач Firefox 12626933, рік томуDoes not stop the meta tag http-equiv="refresh".
- Оцінка 5 з 5від Користувач Firefox 14371892, 2 роки томуEver 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! 💯
- Оцінка 1 з 5від Користувач Firefox 18082667, 2 роки томуdo not prevent reloading at https://wpolityce.pl/
- Оцінка 5 з 5від TheHumanist, 2 роки тому
- Оцінка 1 з 5від Користувач Firefox 12516351, 2 роки томуDoesn't work on https://minsktrans.by/lookout_yard/Home/Index/minsk#/routes/bus/189%D1%8D/stops/56657/0
- Оцінка 5 з 5від th4, 2 роки тому
- Оцінка 5 з 5від Wirek, 2 роки томуIt 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! - Оцінка 5 з 5від Користувач Firefox 17779295, 2 роки тому
- Оцінка 5 з 5від Користувач Firefox 15352451, 3 роки томуWorks Nicely. I had one website that continued to reload after configuring about:config to stop reloads, this addon stopped it.
- Оцінка 4 з 5від Користувач Firefox 16792125, 3 роки томуIt 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.
Відповідь розробника
оприлюднено 3 роки томуTo 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); - Оцінка 5 з 5від Sea Eagle, 4 роки тому