3
I Use This!
Inactive

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 19 hours ago.
Aug 16, 2025 — Aug 16, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
minor performance enhancements to filter by url More... about 16 years ago
Merge branch 'issue-1149' of github.com:erikvold/greasemonkey More... about 16 years ago
Merge branch 'issue-1123' of github.com:erikvold/greasemonkey More... about 16 years ago
Use a throbber image in our extension, not an unpredictable location from inside Firefox. More... about 16 years ago
Merge branch 'issue-1156-mods' of github.com:erikvold/greasemonkey More... about 16 years ago
Merge branch 'issue-1159-b' of github.com:erikvold/greasemonkey More... about 16 years ago
Fixes #1160 pass uri to parse(), not uri.spec More... about 16 years ago
Fixes #1159 trivial updates for GM service for FF 4+ More... about 16 years ago
Making GM_stringBundle a function which only caches the stringBundle on first use. More... about 16 years ago
Memoize GM_uriFromUrl on first use. More... about 16 years ago
Memoize GM_sha1 on first use. More... about 16 years ago
Using modules/constants.js in modules/scriptdownloader.js which I must have missed earlier. More... about 16 years ago
Moving updateVersion function from modules/config.js to components/greasemonkey.js so that it can be called before a config instance is created, in case the config is not until later or needed at all. More... about 16 years ago
Fixes #1158 bug when migrating prefs after a script modification. More... about 16 years ago
Only import modules/miscapis.js when it's needed. More... about 16 years ago
Only loading "chrome://global/content/XPCNativeWrapper.js" when & if it's needed. More... about 16 years ago
Removing windowMediatorService from modules/constants.js More... about 16 years ago
Only importing modules/xmlhttprequester.js when it's needed. More... about 16 years ago
Only importing the definition for Config when it is required. More... about 16 years ago
Only importing modules/menucommander.js when it is needed. More... about 16 years ago
Only importing modules/accelimation.js when it is required, to improve startup time and optimize memory usage. More... about 16 years ago
Minor performance change to the function that parses user script header info from source so that less non-header related lines are included in the loop. More... about 16 years ago
Minor performance changes to the function that parses user script header info from source so that less non-header related lines are included in the loop, all headers are run through the same switch statement, and only one while statement is used. More... about 16 years ago
Moving code in modules/config.js's _load method that deals with Script private members to modules/script.js; now removing imports of modules/scriptresource.js and modules/scriptrequire.js into modules/config.js More... about 16 years ago
Moving the script parse method's guts to modules/script.js from modules/config.js, because it requires access to so many private members. The parse method is not part of the prototype because I thought that only a singleton is needed in this case. More... about 16 years ago
- Caching include & exclude reg exps in script object now. This should speed up the matching a bit because a lookup won't need to be made, and in the case where GM_memoize's limit is reached this will have a greater effect. - Removing now unused functions and alerts for adding/removing an include or exclude (since change was made to read these values directly from the file on modification). - Replacing usage of private members _includes & _excludes in config.js with public methods More... about 16 years ago
Moving sections of code from modules/config.js which accesses private members of scripts to modules/script.js More... about 16 years ago
Renamed convert2RegExp to GM_convert2RegExp and only memoize it when it's first executed. More... about 16 years ago
Adding a windowMediatorService constant to modules/constants.js More... about 16 years ago
Organizing the code that keeps track of the files allowed by GM_apiLeakCheck. More... about 16 years ago