What\'s the best way to debug custom User Scripts (aka Gre开发者_如何学Goasemonkey) in Chrome?Is there a way to enable User Script tracking in the Developer Tools?What kind of debugging do you want?Li
I would like to hide any text matching a pattern from any HTML page, before it is displayed. I tried something like that with Greasemonkey :
Say you wanted a Greasemonkey script to be compatible with Safari and Chrome. Whereas in Firefox the Greasemonkey scripts only run when the DOM is ready.
I have written a basi开发者_开发技巧c Greasemonkey script which passes an output out to a textarea, like this:
My past attempts at writing userscripts ended working in Firefox, but not Opera, because of subtle differences between the two browsers. Is it possible to use of those libraries that abstract the diff