I am currently testing a large web form and would like to be able to easily populate the form with several different lots of test data without having to type them each time.
I\'m tryin开发者_运维问答g to write a Greasemonkey script for Facebook and having some trouble with the funky page/content loading that they do (I don\'t quite understand this - a lot of the links are
I\'m pretty new to jQuery and Greasemonkey, but I want to reform a URL. For example, given: http://www.example.com/index.php?value1=blabla1&sid=blabla2&mid=blabla3
This question already has an answer here: Changing a page's UR开发者_JAVA技巧L parameters (1 answer)
I\'m using a Wiki application that has buttons to indent and outdent list items.I\'d like to write a greasemonkey script to capture Ctrl+M and Ctrl+Shift+M for indent and outdent, respectively.Is this
I need to hide an element on the page using greasemonkey before it loads (so that it\'s never visible).
I write a greasemonkey script that adds sticky notes to websites. Because there sometimes are pretty strange style rules used in some websites the sticky notes sometimes turn up messed up (or at least
I want to display LaTeX math in the gmail messages that I receive, so that for example $\\mathbb P^2$ would show as a nice formula. Now, there are several Javascripts available (for example, this one,
I have a custom piece of Javascript which I would like to run on every web page fromspecific domains, or perha开发者_如何学Pythonps simply on every web page.
I have this line on a website <input type=\"text\" autocomplete=\"off\" value=\"\" maxlength=\"20\" class=\"shipBox\" name=\"firstName\" id=\"firstName\">