Burada gördüğünüz binlerce eklentiyi denemek için, hızlı ve ücretsiz web tarayıcısı Mozilla Firefox'u indirin!
KapatFirefox Eklentileri'ne hoş geldiniz.
Firefox'unuzu kişiselleştirmek için binlerce ekstra özellik ve stilden istediklerinizi seçin.
KapatDeveloper reply by Thiht
Rated 4 out of 5 stars
The visual flaw here : https://imageshack.com/i/1n3gn0j
.
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Shown Script here :
window.oldSetTimeout=window.setTimeout;window.setTimeout=function(func,delay){return window.oldSetTimeout(function(){try{if(!document.documentElement.getAttribute('stopTimers')){if(typeof func=='string') {var nfunc = new Function(func); nfunc();} else func();}}catch(ex){}},delay);}; window.oldSetInterval=window.setInterval;window.setInterval=function(func,delay){return window.oldSetInterval(function(){try{if(!document.documentElement.getAttribute('stopTimers')){if(typeof func=='string') {var nfunc = new Function(func); nfunc();} else func();}}catch(ex){}},delay);};
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
It's fixed in the last version! Iit was caused by an incompatibility woth the add-on "RightToClick"
To create your own collections, you must have a Mozilla Add-ons account.