I have a Greasemonkey script that uses a Javascript object to maintain some stored objects.It covers quite a large volume of information, but substantially less than it successfully stored and retriev
My friend\'s account for some Facebo开发者_运维问答ok game was suspended on the grounds that he had Greasemonkey installed on his browser. He is asked to uninstall Greasemonkey and account has been re
This question already has an answer here: 开发者_如何学运维 How to call Greasemonkey's GM_ functions from code that must run in the target page scope?
I have a website that changes his inputs ids, and I\'m trying to make a semi auto-login, filling automatically the email and the password part...
I\'m using FireFox. I want to split a picture int开发者_运维技巧o 3 parts and then display only middle part using greasemonkey. Can someone please help me out...
Is it possible to have a global event handler for ajax requests that automatically gets called when any aj开发者_JAVA百科ax request returns ?
I\'m trying to use GreaseMonkey to replace the background image of a DIV on bing.com. It\'s a pretty straightforward call to GM_addstyle:
How can you call GM_xmlhttpRequest inside of an eval where you are evaling some complicated code, some of which calls GM_xmlhttpRequest.
I want to make a greasemonkey type script for firefox that runs before the scripts on the page.Greasemonkey scripts run after scripts on the page, so that won\'t work.The reason I need this is because
I\'m trying to autosubmit a form with greasemonkey however I\'m not sure how to do it with this button.