Stop Auto Reload에 대한 리뷰
Stop Auto Reload 제작자: kgersen
kgersen 님의 답글
개발자 답글
4년 전에 게시됨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);
// ==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);
리뷰 52개
- 5점 만점에 1점Stefan1200 님, 4달 전Does not work on Facebook. Facebook is still refresh your feed after you read an article in another browser tab. Yes, I added the Facebook https link, restarted Firefox and I got the S symbol at the extension symbol while surfing on Facebook. Facebook still refreshes the feed! Since stopping Facebook from doing this was the only reason to install this extension, I removed this extension again.
- 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." - 5점 만점에 1점Firefox 사용자 19185659 님, 6달 전
- 5점 만점에 3점Firefox 사용자 13868997 님, 7달 전
- 5점 만점에 1점Firefox 사용자 13404543 님, 10달 전
- 5점 만점에 1점Firefox 사용자 14496199 님, 일 년 전does not work with Facebook and it seems that the Dev does not attend to these reviews
- 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! 💯
- 5점 만점에 5점TheHumanist 님, 2년 전
- 5점 만점에 1점Firefox 사용자 12516351 님, 3년 전Doesn't work on https://minsktrans.by/lookout_yard/Home/Index/minsk#/routes/bus/189%D1%8D/stops/56657/0
- 5점 만점에 5점Firefox 사용자 17779295 님, 3년 전