As some of开发者_开发问答 you may know, Google Chrome has put some severe limitation on Greasemonkey scripts.
A friend of mine uses a web-app for work related purposes. The app\'s built using PHP/MySQL , and while it has some JavaScript to make it easier to work with, it\'s not user friendly enough, and with
How can I write a Greasemonkey script that will go through a list of URLs (on the same domai开发者_高级运维n) and enable an XPath query to be performed on the resulting DOM?
I am building a GreaseMonkey test script that makes a GM_xmlhttpRequest each time a specific site is visited. GM_xmlhttpRequest should only trigger on the first \"document\" found (the parent window)
I used JQuery.serializeArray() on a form to create an array of objects on a GreaseMonkey application:
trying to change a websites text entry field that is currently set to read only to false. The reason being it has an \'Upload\" button where you browse to the file o开发者_如何学运维n your computer th
I\'ve seen the other question on here about loading jQuery in a Greasemonkey. Having tried that method, with this require statement inside my ==UserScript== tags:
I have two greasemonkey scripts loading on a particular url.How do I make sure my second GM script doesn\'t load until the first GM script completes building it\'s page elements.Also how do I control
I\'m writing a GreaseMonkey script, as part of which I\'d like to sort a list by dragging its items. I\'m using mootools, but the component for sortable lists doesn\'t work in the GM sandboxed environ
I have a web application running in a kiosk, which is set up with greasemonkey so that we can customize little things about the application and ensure the customizations only occur at the kiosk.I have