3
I Use This!
Inactive

Commits : Listings

Analyzed about 10 hours ago. based on code collected about 10 hours ago.
Jul 27, 2025 — Jul 27, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Load updated script details when opening the addons view. More... about 16 years ago
Load updated script details when opening the addons view. More... about 16 years ago
Make the Script object responsible for knowing if it has been modified (not Config). More... about 16 years ago
Make the Script object responsible for knowing if it has been modified (not Config). More... about 16 years ago
In GM_uriFromUrl(): avoid infinite loops, fix silly copy/paste bug. More... about 16 years ago
In GM_uriFromUrl(): avoid infinite loops, fix silly copy/paste bug. More... about 16 years ago
Unify/simplify the generation of a URI from a URL. More... about 16 years ago
Unify/simplify the generation of a URI from a URL. More... about 16 years ago
Merge branch 'master' of github.com:greasemonkey/greasemonkey More... about 16 years ago
returning the style tag created by GM_addStyle More... about 16 years ago
fixing edge case error caused when the headers object contained a 'hasOwnProperty' property. More... over 16 years ago
Special won't-get-updated version that more closely resembles the real version. More... over 16 years ago
Merge branch 'master' of github.com:greasemonkey/greasemonkey More... over 16 years ago
creating a single method within utils.js to open newscript.xul More... over 16 years ago
another small correction to c1c19f04b18b9db7b09f1bdf8dc4e8f0a56d95c4, now ignoring non @unwrap header's if they have no value, as before. More... over 16 years ago
another small correction to c1c19f04b18b9db7b09f1bdf8dc4e8f0a56d95c4, now ignoring non @unwrap header's if they have no value, as before. More... over 16 years ago
Simplification of switch cases in convert2RegExp More... over 16 years ago
Simplification of switch cases in convert2RegExp More... over 16 years ago
Improvements to GM_memoize() as suggested by satyr. More... over 16 years ago
Improvements to GM_memoize() as suggested by satyr. More... over 16 years ago
adding a hidden greasemonkey.disableLiveEditing about:config setting for gurus to disable/enable the live editing feature being introduced in this branch (for issue 1092). More... over 16 years ago
adding a hidden greasemonkey.disableLiveEditing about:config setting for gurus to disable/enable the live editing feature being introduced in this branch (for issue 1092). More... over 16 years ago
correction for last commit, only considering @unwrap if value does not exist, for backwards compliance. More... over 16 years ago
correction for last commit, only considering @unwrap if value does not exist, for backwards compliance. More... over 16 years ago
Reading the @unwrap meta block key when updating user scripts; also made another minor change, removing an unnecessary if statement while parsing a meta block. More... over 16 years ago
Reading the @unwrap meta block key when updating user scripts; also made another minor change, removing an unnecessary if statement while parsing a meta block. More... over 16 years ago
minor reorganization, locally scoped a variable, and added a GM_log msg when saving the config.xml file. More... over 16 years ago
minor reorganization, locally scoped a variable, and added a GM_log msg when saving the config.xml file. More... over 16 years ago
setting the setTimeout delay to save the config file to 250 millisecs. More... over 16 years ago
setting the setTimeout delay to save the config file to 250 millisecs. More... over 16 years ago