Is it Greasemonkey script?Giorgio Maone wrote:You can try with the following surrogate:Code: Select all
addEventListener("beforescriptexecute", function(ev) { if(ev.target.textContent) ev.preventDefault() }, true);
Thanks, I'll try.Giorgio Maone wrote: Alternatively, you may want to check whether this add-on works.