3
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 06, 2025 — Aug 06, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Changes '-surrounded strings to " instead. More... over 18 years ago
Indent all switch-case constructs the same way. More... over 18 years ago
Semi colon normalization: removes all cases of improper ; after a normal function definition. Also adds a few missing assignment expression ;s I noted. More... over 18 years ago
Added trailing newlines to all *.js files missing them except convert2RegExp_1.js (which intentionally does not have one). More... over 18 years ago
Trimming all trailing whitespace from all *.js files. More... over 18 years ago
merge in config-service branch More... over 18 years ago
Form fixes suggested by Anthony: braces for indentation of all loop constructs, and deploying GM_scriptMatchesUrl everywhere it was intended for. More... over 18 years ago
Show user scripts that run for the top frame at the bottom of the monkey menu, and other scripts which run in sub-frames only (formerly not seen at all) on top, separated with a horizontal rule. More... over 18 years ago
Improved message for "no matching GM scripts". More... over 18 years ago
Don't set a horrible example to users; namespaces should always be unique to their originator. More... over 18 years ago
simplify parameters for openInEditor, and remove use of duplicate entries in gm-manage.properties, which are not up to date More... over 18 years ago
We should still prevent detection even if GM is disabled (c.f. 'flat' extension vulnerability). Also, get rid of the useless decode (packages are decoded for us). More... over 18 years ago
Removing GM_apiLeakCheck from GM_log, GM_registerMenuCommand, and GM_openInTab to be like 0.7. More... over 18 years ago
Remove seamonkey stuff from build.sh, which was causing errors. More... over 18 years ago
Now at Babelzilla (or maybe it was always like this and I misunderstood) you're supposed to upload the extension with all previous translations intact. So adding these back. More... over 18 years ago
Fix a little bug I found in FF 2.0.0.0 -- the filename property can be null in the places where it should refer to the XPCOM service. I can't seem to coerce it into being null ever for HTML though, so this seems like an OK fix. More... over 18 years ago
Bump version number to 0.8.20080119.8 More... over 18 years ago
Internationalize the new error messages in the openInEditor() code. More... over 18 years ago
Per anthony's suggestion, don't throw in GM_apiLeakCheck to help out scripts which might hit this accidentally. Instead we log an error to the console but execution continues without the API. More... over 18 years ago
Backup gm_scripts dir the first time 0.8 runs. Paranoia and all that. More... over 18 years ago
Update to simplify and tighten Anthony's unsafeWindow patch. Moving GM_apiLeak into greasemonkey.js allows us to restrict to just one file:// URL and all chrome:// URLs. More... over 18 years ago
Merge [619] to trunk: Implements a forced autoupdater. More... over 18 years ago
Merge [617] to trunk: Remove menucommander noise from console output. More... over 18 years ago
Fix another form of issue 63 that happened on windows this time. More... over 18 years ago
Fix bug where icon was not showing up in addons dialog. Add Johan to contributors list. More... over 18 years ago
Use constants for min and max int32 instead of bitshifting. More... over 18 years ago
Whoops -- Remove some debug code from change [605] that got left in. More... over 18 years ago
Adding comments about windows workaround for launchApplicationWithDoc. More... over 18 years ago
Argh, nsIMIMEInfo still broke on windows in FF3b2. Changing back to nsIProcess workaround. More... over 18 years ago
Fix for issue #85. Also small scriptdownloader refactor to reduce repeated code to refresh icon and hide message. More... over 18 years ago