greasemonkey
jQuery click event not firing in Greasemonkey script
I\'ve appended an image to a page via GM and I\'m trying to execute a click event to no avail. Any ideas what I\'m missing?[详细]
2023-04-01 03:04 分类:问答Can I execute MySQL SQL statements in FireFox?
There is a FireFox plugin called greasemonkey with which you can execute some piece of JavaScript code on the page you specified. I want to know whether there is a way that I can embed SQL statements[详细]
2023-03-31 20:11 分类:问答Mobile Twitter, Greasemonkey script does not work
I have this problem with a script not executing on mobile twitter. I have tried it on many versions of Firefox includi开发者_如何学运维ng FF5, FF8, and FF9.[详细]
2023-03-31 18:07 分类:问答google maps and scopes within greasemonkey
I am writing a greasemonkey script tha开发者_如何转开发t will allow its users to click a button and view a popup map. I am going to try and use google maps for actually creating the map and plotting a[详细]
2023-03-31 06:42 分类:问答simple Userscript in Greasemonkey no longer working after functions added
I\'ve just started to use Greasemonkey and am trying to make a userscript that will scrape a page - Before I got into that I tried running a few tests to increase my familiarity with Greasemonkey (f[详细]
2023-03-31 03:11 分类:问答How save responseText returns from GM_xmlhttpRequest?
I tried: GM_xmlhttpRequest({ method: \"GET\", url: \"...\", onload: function(response) { r = response.responseText;[详细]
2023-03-31 00:38 分类:问答Sending data to greasemonkey application from java program?
I want to create a connection between a java program as a server and a greasemonkey(java scri开发者_开发技巧pt application) as a client.[详细]
2023-03-30 18:11 分类:问答GreaseMonkey: GM_xmlhttpRequest return value to calling function
ive been messing round with this for hours and im pulling my hair out at it. How do I return var a from myFunction to allow it to be set as var b which and then display the value of b in the alert mes[详细]
2023-03-30 16:02 分类:问答Button handling and layer visibility in Greasemonkey
I have a Greasemonkey script that I\'ve been building for a game. The idea is to have info about the game in a div that will pop up when a button (which is added by my script) on the page is clicked.[详细]
2023-03-30 15:25 分类:问答How to fire an event when a Search through ctrl+f happened in a webpage
I am writing a script for Mozilla to done following requirement.When user click ctrl+f and search some text in a web page through,[详细]
2023-03-30 06:16 分类:问答