Omgili - forum search, search forums  
  

Discussions about greasemonkey script

Displaying 1 - 10 out of 1,260 discussions.  
Time Frame: (Any time)   Minimum number of replies: (2)   Minimum number of discussing users: (0)
  |  

Page: 1   2   3   4   5   6   7   8   9   10  
Keep this page open to be updated with the newest discussions automatically.
As maybe some of you know google chrome has put some severe limitation on greasemonkey scripts. Chromium does not support @require, @resource, unsafeWindow, GM_registerMenuCommand, GM_setValue, or GM_getValue. And without require, I can't find a way to...
Started by on , 3 posts by 3 people.  
See Google Chrome....
Would it be overkill in your case to paste the jquery code into the script? the minified version sounds reasonable (did this before in a similar scenario) Also, you could pack your script with jQuery to Chrome extension.
I'm trying to modify my GreaseMonkey script from firing on window.onload to window.DOMContentLoaded, but this event never fires. I'm using FireFox 2.0.0.16 / GreaseMonkey 0.8.20080609 This is the full script that I'm trying to modify, changing: window...
Started by on , 4 posts by 4 people.  
So I googled greasemonkey dom ready and the first result seemed to say that the greasemonkey script is actually running at "DOM ready" so you just need to remove the onload call and run the script script applied to it....
My employer is blocking the Google CDN domain that provides the jQuery file to so many websites: http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.min.js I want to use GreaseMonkey to provide that jQuery reference from a different domain. Is this...
Started by on , 3 posts by 3 people.  
Greasemonkey acts when the....
Code after your GreaseMonkey script loads jQuery again? It seems that you'd have to restart executionYou could have GreaseMonkey add it's own javascript reference, but the problem will likely for.
Ask your Facebook Friends
I've been working on a Firefox extension extension, but it's been slow going (in part because I have no time to work on it). I've got a basic skeleton, verified that I can talk to an external JSON API, modify any webpage when loaded, and show a preferences...
Started by on , 6 posts by 6 people.  
I run into some problems due purpose is to modify the way a webpage is displayed/functions, then Greasemonkey is the way to go of Greasemonkey then it's probably....
One think greasemonkey scripts can't invoke UniversalXPConnect.
I'm trying to write a Greasemonkey script, and would like to use the jQuery library to do so, but I'm not quite sure how I would include jQuery from a web address to get rolling. How would I include jQuery (from Google's web server) into the greasemonkey...
Started by on , 5 posts by 5 people.  
Be aware of these semantics At the time that the user script is installed, GreasemonkeyYou could try dynamically creating a script element: var script = document.createElement("script"; document.getElementsByTagName....
However...
Hi, I'm using greasemonkey to inject a script into every page that loads in my browser. The problem that i'm facing now is that, if the browser moves from one page to another within the same domain, greasemonkey doesn't inject my script again. For example...
Started by on , 3 posts by 3 people.  
Here, my script isn't injected No, but your script is still present, from when it was....
You could set @include * if you want your greasemonkey script load on everypage // @include as if the search results were a different page.
Say you wanted a greasemonkey script to be compatible with safari and chrome, whereas in firefox the gm scripts only run when the dom is ready chrome, safari + opera, seem to run the gm scripts before the dom is ready. so what i am looking for is a solution...
Started by on , 5 posts by 5 people.  
It works on Greasemonkey, Opera, and Safari Greasekit question: (function(){ // Some code....
Thanks NV, do you know if that script is also Google Chrome of all, take a look at Nice alert UserJS.
Like Firefox Greasemonkey in this case.
I'd like my GreaseMonkey script to run a function whenever elements with a specific class are inserted into a page. What's the most idiomatic way of doing that? If it helps, it's a <select> element that is being inserted.
Started by on , 3 posts by 3 people.  
Check....
Can you do something with DOMNodeInserted ? You can use DOMNodeInserted This event is fired whether using DOM methods (appendChild et al) or innerHTML, and is fired in Opera as well, so it won't break portability of your userscript (if you care) .
I've got quite a few GreaseMonkey scripts that I wrote at my work which automatically log me into the internal sites we have here. I've managed to write a script for nearly each one of these sites except for our time sheet application, which uses HTTP...
Started by on , 6 posts by 6 people.  
For example, you can have the local page that takes the destination URL in the query string... .
I don't think you can have Greasemonkey interrupt when you to have greasemonkey automatically redirect + login.
Javascript to do HTTP authentication.
I have a Greasemonkey script that is trying to access an HTML element that Adblock is disabling. Is it possible to create a workaround with the Greasemonkey script to prevent conflicts with the Adblock plugin? I'm open to any ideas, however changing the...
Started by on , 3 posts by 3 people.  
There is no way to make a Greasemonkey script automatically override Adblock, as Adblock affects the page before any Greasemonkey scripts are loaded be available, just....
And it'll give you more options for disabling adblock.
Page: 1   2   3   4   5   6   7   8   9   10  
More Information


Forum Search About Omgili Help Plugins Forum/Board Owners Privacy

i
In Title
In Topic
In Reply
Exclude
Boost