I\'m trying to write a Greasemonkey script for a hierarchy of websites such that I have a bunch of code modifications for http://www.foo.com/*, then more specific ones for http://www.foo.com/bar/*, an
I\'ve been trying to figure out how to write a greasemo开发者_开发技巧nkey script to log me into a 401 html page.When I\'m asked for a username and password in a pop up box (401 Request I believe), i
I read \"Dive into Greasemonkey\" (by Mark Pilgrim) written in 2005. It mentions that Greasemonkey wraps a user script in an anonymous function w开发者_如何学编程rapper. Does Greasemonkey insert the w
I\'m trying both greasemonkey and Google\'s Chrome extensions. And found that Chrome seems to be using the same API names a开发者_开发百科s GM. (I seem to be having the same bug...)
I\'d like to turn some text into a link, based on it\'s position in the document. The preceding HTML is consistent at each instance of the text which needs to be converted, but the text itself is not
On a webpage there\'s &l开发者_JS百科t;script> function fn982734() { // some code } </script>
A page has the following in the html: <script type=\"text/javascript\"> // some co开发者_如何学Gode
How can I disable an input-field with jQuery using GM if the url contains text? I tried $(document).ready( function() {
How can I create a shortcut for Greasemonkey for the firefox bookmar开发者_Go百科ks, or, a shortcut that opens a website?
While writing a GreaseMonkey script using jQuery and \"tamtam\", a question arose in my mind. There is a page (which I can\'t edit) having a <select> element with four options. Option 2 is pres