Willkommen bei den Firefox für Android-Add-ons.
Fügen Sie Zusatzfunktionen und Stile hinzu, um sich Firefox für Android zu Eigen zu machen.
SchließenBewertung für Markdown Viewer von alxctc
Bewertet mit 4 von 5 Sternen
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"
Um Ihre eigenen Sammlungen zu erstellen, müssen Sie einen Benutzeraccount bei Mozilla Add-ons haben.