Đánh giá cho Stop Auto Reload
Stop Auto Reload bởi kgersen
2 đánh giá
- Xếp hạng 4 trong số 5bởi Người dùng Firefox 16792125, 3 năm trướcIt 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.
Phản hồi của nhà phát triển
đã đăng 3 năm trướcTo 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); - Xếp hạng 4 trong số 5bởi Michael0591, 5 năm trướcWorks well with auto refresh on newspaper websites in Australia.