3
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jul 23, 2025 — Jul 23, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Make Greasemonkey wait until the new document is in play. -1 for maxSelfProgress means that the lenght is unknown, which corresponds to the document being in progress (vs the old document). More... almost 21 years ago
Addendum to http://bugzilla.mozdev.org/show_bug.cgi?id=11236 More... almost 21 years ago
Updating website to announce 0.5.1 final. More... almost 21 years ago
mozilla update does not like the max appversion set to 1.1. More... almost 21 years ago
*** empty log message *** More... almost 21 years ago
Fixing small bug in version checking code More... almost 21 years ago
Fixing possible user script capabilities escalation issue. More... almost 21 years ago
Not sure where this syntax error in browser.xul came from, but fixing. More... almost 21 years ago
GM_registerMenuCommand wasn't working if accelKey was not specified. More... almost 21 years ago
Patch for 11236, can now install scripts w/ nested link elems. More... almost 21 years ago
getBrowser() was the obvious problem for Seamonkey support. Replaced it with equivalent code. More... almost 21 years ago
Make Greasemonkey install properly in a clean profile, bug 11197 More... almost 21 years ago
Updated documentation for GM_registerMenuCommand More... almost 21 years ago
'Choose your own editor' per bug 10107 More... almost 21 years ago
Added try/catch so it doesn't die on UTF-8 incompatible files More... almost 21 years ago
*** empty log message *** More... almost 21 years ago
*** empty log message *** More... almost 21 years ago
Docs for 0.5 More... almost 21 years ago
Linux users couldn't access the gm_scripts directory because it wasn't executable. More... almost 21 years ago
Fixed annoying error messages, breakage of bloglines.user.js More... almost 21 years ago
Fixes the problem with bloglines-autoloader. Before I couldn't think of how to call contentWindow.setTimeout without leaking to content. I had been working so much with eval before, which is not accessible with XPCNativeWrappers, that I forgot that it works fine with setTimeout. So the easy fix was to just protect the call to setTimeout with a wrapper. More... almost 21 years ago
Fix for several security holes found in 0.4.2: More... almost 21 years ago
Fixing comments More... almost 21 years ago
Fixes for: More... almost 21 years ago
Deer Park made it so that uninstalling Greasemonkey deleted all your user scripts. This fixes that by storing them outside the extension directory in the profile root. More... almost 21 years ago
Fixing: More... almost 21 years ago
*** empty log message *** More... almost 21 years ago
*** empty log message *** More... almost 21 years ago
Fixing 0.3.3 download location. More... about 21 years ago
I always forget that "" compares equal to false. Jeez, that is a nasty misfeature. More... about 21 years ago