I am trying to script a web page using GreaseMonkey.(I am using Firebug for help in development.)The page has a small amount of JavaScript code, but that code pulls in other JS files from the site开发
Do you have any link\\example of Greasemonkey script with Jq开发者_运维百科uery that works in Google Chrome?I wrote an example which you can find here. The main difference from the example provided by
I\'m building a greasemonkey script to make posting to craigslist a lot easier for our clients. Basically the flow is this:
So I\'m working on a Greasemonkey UserScript for Clients From Hell http://clientsfromhell.net/ and I\'m stuck on something.
i\'m new here. i\'ve a question related to greasemonkey. A pagecontain multiple radio buttoned values and one choice is to made, this correct choice optionis hidden within the page
I would like to know if its possible to make an AJAX post request to submit a file path to a form. Basically, I want to know if its possible to simulate the path a normal input type=\"file\" would cre
HI, i need a greasemonkey code for a web page. The page has hidden input type and value. I need a gm script which can alertthe value of the hidden input object as soon as the page loads.
I have a bunch of this videos on this website with this source: <li id=\"vidLink-1498229769\" class=\"videoContainer vidLink\">
I\'m writing a Greasemonkey script, and I wanted to change the text of a forum post on a phpBB2 forum by using XPath to select the body of the post that occurs after a certain username, but the whole
I need alittle help with getting a script that will take param from the orginal link and re-write them into a new link. I guess it should be pretty easy but I\'m a noob still when it comes to this.