3
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 02, 2025 — Aug 02, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
utils.js: Optimized GM_hitch function. More... almost 17 years ago
miscapis.js: Throws error within GM_setValue when both arguments are not given. Also fixed some ambiguity issues raised by jslint. More... almost 17 years ago
Merged Anthony's 917a45fa6a540c975cf44632247f77195f702f58 and made functions consistently either always or never return a declared value. More... almost 17 years ago
Add leak checks to all GM_ functions and pass names correctly. More... almost 17 years ago
Fix build.sh reference to the old source layout. More... almost 17 years ago
Add four missing strings with English defaults. More... almost 17 years ago
Add all updated strings from babelzilla.org. More... almost 17 years ago
Run scripts on pages loaded in the sidebar. More... almost 17 years ago
Remove duplicate reference to prefmanager.js. More... almost 17 years ago
Add GM_apiLeakCheck() calls to _deleteValue and _listValues. More... almost 17 years ago
Add GM_apiLeakCheck() calls to _deleteValue and _listValues. More... almost 17 years ago
Detect and handle Firebug related problems. More... almost 17 years ago
Use the whole host (not just the name) when adding include/exclude entries. More... almost 17 years ago
Remove the margin aside the status bar icon. More... almost 17 years ago
Completely remove "updater.js", rely on Firefox's default behavior. More... almost 17 years ago
Isolate the contents of scriptdownloader.js in a private scope. More... almost 17 years ago
Add control attributes to newscript.xul. More... almost 17 years ago
Enhance behavior of GM_openInTab(). More... almost 17 years ago
Alter GM_isGreasemonkeyable() for security and features. More... almost 17 years ago
Rearrange and clean up initial git repository. More... almost 17 years ago
Fixes #211 as per Anthony's suggestion: if we manage to capture and present the error, fine -- if not, just move on without breakage. As a happy bonus, this actually makes "throw null" the @unwrap equivalent of the normal top-level return too. More... over 17 years ago
Fixes #204 More... over 17 years ago
* Latest translations from BabelZilla More... over 17 years ago
mark as compatible with songbird 1.0.* More... over 17 years ago
Remove inner jar as it was annoying me (and also did not work with babelzilla without other changes) More... over 17 years ago
Applying another patch by [email protected] that fixes #122 again, without eval and in Firefox 3.0.2 onward -- thanks! More... almost 18 years ago
Optimization to straight code for the subscript loader, as suggested by Anthony. Applying a patch by [email protected] that fixes #122 -- thanks! More... almost 18 years ago
Refs #122 * For Firebug 1.2 case, check that the console is enabled, before logging to it. More... about 18 years ago
Refs #122 * Incorporate the suggested patch to restore Firebug 1.2 console compatibility. More... about 18 years ago
Renamed new API GM_enumerateValues to GM_listValues as per GM-dev consensus. (Also some styleguide nit.) More... about 18 years ago