Análises de Stop Auto Reload
Stop Auto Reload por kgersen
47 análises
- Avaliado em 1 de 5por Usuário 19185659 do Firefox, há 19 horas
- Avaliado em 1 de 5por Tentaurus, há 18 diasSorry, the only feature I need is: Stop Facebook from reloading!
That's exactly what doesn't work!
Crap! - Avaliado em 3 de 5por Usuário 13868997 do Firefox, há um mês
- Avaliado em 2 de 5por Korwin, há 2 mesesDoesn'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.
- Avaliado em 1 de 5por Usuário 13404543 do Firefox, há 5 meses
- Avaliado em 1 de 5por Dennis L, há 5 mesesTried this app on Facebook based on a few Google searches, guess what, did not work.
- Avaliado em 1 de 5por Usuário 14496199 do Firefox, há 6 mesesdoes not work with Facebook and it seems that the Dev does not attend to these reviews
- Avaliado em 5 de 5por stepanx27, há 10 mesesWorks 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.
- Avaliado em 1 de 5por Usuário 12626933 do Firefox, há 2 anosDoes not stop the meta tag http-equiv="refresh".
- Avaliado em 5 de 5por Usuário 14371892 do Firefox, há 2 anosEver 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! 💯
- Avaliado em 1 de 5por Usuário 18082667 do Firefox, há 2 anosdo not prevent reloading at https://wpolityce.pl/
- Avaliado em 5 de 5por TheHumanist, há 2 anos
- Avaliado em 1 de 5por Usuário 12516351 do Firefox, há 2 anosDoesn't work on https://minsktrans.by/lookout_yard/Home/Index/minsk#/routes/bus/189%D1%8D/stops/56657/0
- Avaliado em 5 de 5por Usuário 17779295 do Firefox, há 2 anos
- Avaliado em 5 de 5por Usuário 15352451 do Firefox, há 3 anosWorks Nicely. I had one website that continued to reload after configuring about:config to stop reloads, this addon stopped it.
- Avaliado em 4 de 5por Usuário 16792125 do Firefox, há 3 anosIt 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.
Resposta do desenvolvedor
publicado há 3 anosTo 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.