This is my first question, probably very silly indeed :) I have a selection of values in an array, returned from GM_listValues().
I couldn\'t formulate proper title for this questions so I\'ll describe the idea/problem here. So, currently I have 2 scripts for a task:
I am looking for a way to utilize the FireShot API with JS to given a URL (or perhaps a list) use the FireShot API to take screenshot, upload to Imgur, then return the user the URLs or perhaps somethi
According to http://wiki.greasespot.net/GM_xmlhttpRequest, somthing like this script should work: // ==UserScript==
$(\"p\").click(function(){alert(\'clicked\')}); $(\"p\").unbind(\'click\'); Within greasemonkey the click event does not unbind. I believe this is caused by greasemonkey\'s security model wrapping
if a page is not found, i want a scr开发者_StackOverflow社区ipt to close the window by itself. I have no idea about how to start..a little bit of guide will be gratefulI agree with @deceze\'s comment
Let\'s suppose I have a page in which I\'d like to append a parameter (for example ?name=fc) to each and every url (also images etc.).
Basically i want to access site http://www.domain.com what i want开发者_如何学Go to do is that upon logging in, it should directly take me to
I\'m trying to write a greasemonkey script that updates inventory for a collection of items through the browser. To do this I need to autofill a few forms and simulate a mouseclick on the submission b
I am creating a GM script and had a question about how to set it up with as little global pollution as possible.