评分4星,满分5星

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);};

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

这个评论是针对附加组件的一个早期版本的(1.3.1-signed)。 

It's fixed in the last version! Iit was caused by an incompatibility woth the add-on "RightToClick"