The problem is that the functions do not seem to be able to see each other. For Example: unsafeWindow.helloworld = funct开发者_JS百科ion() {
I\'m trying to get Greasemonkey to automate a site for me, and I don\'t want to extract the info one at a time. So I had a look around and discovered jQuery. Being very new to Greasemonkey scripts, I
i\'m currently working on a GreaseMonkey plugin for a news-site and they have a <script> tag in ther开发者_Go百科e, where rating data for comments is stored and then used to display it along the
I have a new problem related to my GM user script. The purpose of this script is to retrieve data from external domain. My first attempts on Firefox lead me to design a page, with my form to be fille
I made a Firefox addon using the Greasemonkey script compiler at arantius.com/misc/greasemonkey/script-compiler. The addon gets data from my server and displays it on 3rd party websites. Now I want to
I have search \"DNS\" and \"host\" in userscripts.org, but I can\'开发者_StackOverflowt found my answer.
I have made a script that runs with no glitch on Firefox. I\'m retrieving some data from external domain in an iframe to insert them in the page by using setInterval()
From what I understood, it is not possible to read files using Greasemonkey. I need to define lot of static configuration files, and it seems completely messy to inc开发者_如何转开发lude those directl
At work, we stumbled upon Bugzilla creating HTML output that led to lines much too long because the browser didn\'t break the lines.
I am writing a greasemonkey script. Recently i had this same problem twice and i have no idea why is this happening.