搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

Learn More

about:config settings have no effect on browser function. drudge keeps auto-loading despite changing settings.

  • 6 回覆
  • 1 有這個問題
  • 1 次檢視
  • 最近回覆由 digiflux

more options

drudge keeps auto-loading despite changing settings. i've done it before with success but now it's not working.

drudge keeps auto-loading despite changing settings. i've done it before with success but now it's not working.
附加的畫面擷圖

所有回覆 (6)

more options

Hello digiflux,

It's a known problem with Drudge - you could install YesScript2 and
use it to block Javascript on Drudge only :

https://addons.mozilla.org/en-US/firefox/addon/yesscript2/

See if that will work for you .....

more options

The pref only works when the server send a location redirect. Drudge uses JavaScript to start a timer. You can possibly disable this times with this bookmarklet or covert the code to make it run use one of the extensions (Greasemonkey, Violentmonkey, Tampermonkey) that allow to inject a user script.

  • javascript:clearInterval(timer);void(autoRefresh=null);
more options

McCoy said

Hello digiflux, It's a known problem with Drudge - you could install YesScript2 and
use it to block Javascript on Drudge only : https://addons.mozilla.org/en-US/firefox/addon/yesscript2/ See if that will work for you .....

i tried yescript but it caused probs with other sites so i deleted it.

more options

cor-el said

The pref only works when the server send a location redirect. Drudge uses JavaScript to start a timer. You can possibly disable this times with this bookmarklet or covert the code to make it run use one of the extensions (Greasemonkey, Violentmonkey, Tampermonkey) that allow to inject a user script.
  • javascript:clearInterval(timer);void(autoRefresh=null);

thanks, i'll try it.... wtf is wrong with Matt Drudge? everyone hates it but he has to get that xtra hit for his counter.

more options

ok, i changed the script to this. i hope i did it right...

// ==UserScript== // @name New Userscript // @namespace http://nositesatall.net/ // @version 0.1 // @description jews did 9/11! // @author me // @match https://www.tampermonkey.net/index.php?version=4.9.5941&ext=fire&updated=false // @grant none // ==/UserScript==

(function() {

   'use strict';
   //     javascript:clearInterval(timer);void(autoRefresh=null); 

})();

more options

the above didn't work so here's the solution, a java toggle. it defaults to, block java so you have to remember if a page doesn't load properly that you have to toggle it to accept java. you can get "Whitelist JavaScript" in "add-ons". works great and it's SIMPLE.