Pógódnośenja za Stop Auto Reload
Stop Auto Reload wót kgersen
Pógódnośenja wót Ramon V M
Z 5 z 5 pógódnośony
wót Ramon V M, לפני 4 שניםI needed Twitter to stop reloading automatically after a tab was inactive for several hours. I did not know that after installing the addon I had to reload the tab for the program to take effect. I assumed that it was not working and I contacted the developer by mail who answered me immediately. And after a few messages he told me that I had to write Twitter.com at the host window and reload the tab for it to work for the first time. And indeed, it worked! Thank you! :D
48 pógódnośenjow
- Z 5 z 5 pógódnośonywót User, לפני 9 ימים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." - Z 1 z 5 pógódnośonywót Wužywaŕ Firefox 19185659, לפני 15 ימים
- Z 3 z 5 pógódnośonywót Wužywaŕ Firefox 13868997, לפני חודשיים
- Z 2 z 5 pógódnośonywót Korwin, לפני חודשיים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.
- Z 1 z 5 pógódnośonywót Wužywaŕ Firefox 13404543, לפני 5 חודשים
- Z 1 z 5 pógódnośonywót Dennis L, לפני 5 חודשיםTried this app on Facebook based on a few Google searches, guess what, did not work.
- Z 1 z 5 pógódnośonywót Wužywaŕ Firefox 14496199, לפני 7 חודשיםdoes not work with Facebook and it seems that the Dev does not attend to these reviews
- Z 5 z 5 pógódnośonywót 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.
- Z 1 z 5 pógódnośonywót DubAgent, לפני שנתייםI downloaded and installed to stop twitter from reloading. now none of my videos on twitter will play and the page continues to reload.
- Z 1 z 5 pógódnośonywót Wužywaŕ Firefox 12626933, לפני שנתייםDoes not stop the meta tag http-equiv="refresh".
- Z 5 z 5 pógódnośonywót Wužywaŕ Firefox 14371892, לפני שנתיים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! 💯
- Z 1 z 5 pógódnośonywót Wužywaŕ Firefox 18082667, לפני שנתייםdo not prevent reloading at https://wpolityce.pl/
- Z 5 z 5 pógódnośonywót TheHumanist, לפני שנתיים
- Z 1 z 5 pógódnośonywót Wužywaŕ Firefox 12516351, לפני שנתייםDoesn't work on https://minsktrans.by/lookout_yard/Home/Index/minsk#/routes/bus/189%D1%8D/stops/56657/0
- Z 5 z 5 pógódnośonywót th4, לפני שנתיים
- Z 5 z 5 pógódnośonywót Wirek, לפני שנתיים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! - Z 5 z 5 pógódnośonywót Wužywaŕ Firefox 17779295, לפני שנתיים
- Z 5 z 5 pógódnośonywót Wužywaŕ Firefox 15352451, לפני 3 שניםWorks Nicely. I had one website that continued to reload after configuring about:config to stop reloads, this addon stopped it.
- Z 4 z 5 pógódnośonywót Wužywaŕ 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.
Wótegrono wuwijarja
jo se napisał לפני 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); - Z 5 z 5 pógódnośonywót 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.