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
Fixes #1082 More... over 16 years ago
Fixes #1074 More... over 16 years ago
Fixes #1074 More... over 16 years ago
Fixes #1070 More... over 16 years ago
Fixes #1070 More... over 16 years ago
Fixes #1069 More... over 16 years ago
Fixes #1069 More... over 16 years ago
Fixes #1057 More... over 16 years ago
Fixes #1057 More... over 16 years ago
bug fix: when creating a new script from the addons window, then window.opener.document.getElementById("content") is null. More... over 16 years ago
Adding a "Write New Script" button to the "User Scripts" addons tab. More... over 16 years ago
Adding support for @version, which is now displayed in the addons tab. More... over 16 years ago
Rather than computing the hash of all the metadata values, now only the @require and @resource values are hashed and are used to determine if the dependencies need to be redownloaded. Other metadata values are reread whenever the file has been modified. More... over 16 years ago
Rather than computing the hash of all the metadata values, now only the @require and @resource values are hashed and are used to determine if the dependencies need to be redownloaded. Other metadata values are reread whenever the file has been modified. More... over 16 years ago
Modified scripts are now successfully injected after the dependencies have been re-downloaded. More... over 16 years ago
Modified scripts are now successfully injected after the dependencies have been re-downloaded. More... over 16 years ago
Throw helpful error when @resource (and maybe @require?) referring any relative URL in any script breaks GM init, making no scripts run. Example script that exercises this problem: http://github.com/johan/ikariam/raw/master/kronos-utils/kronos_utils.user.js More... over 16 years ago
Throw helpful error when @resource (and maybe @require?) referring any relative URL in any script breaks GM init, making no scripts run. Example script that exercises this problem: http://github.com/johan/ikariam/raw/master/kronos-utils/kronos_utils.user.js More... over 16 years ago
Replaced webtoolkit.sha1 with Mozilla-native SHA1 (Moz 1.8+ / FF1.5+) and UTF-8 encoder. Note: hashes computed by webtoolkit.sha1 will not match these for files with windows newlines in them, as webtoolkit for some reason munges those prior to hashing. More... over 16 years ago
Replaced webtoolkit.sha1 with Mozilla-native SHA1 (Moz 1.8+ / FF1.5+) and UTF-8 encoder. Note: hashes computed by webtoolkit.sha1 will not match these for files with windows newlines in them, as webtoolkit for some reason munges those prior to hashing. More... over 16 years ago
Inject modified scripts after the dependencies have been redownloaded. More... over 16 years ago
Inject modified scripts after the dependencies have been redownloaded. More... over 16 years ago
Remove redundant code and hopefully get rid of invalid label error. More... over 16 years ago
Remove redundant code and hopefully get rid of invalid label error. More... over 16 years ago
Removed a now unnecessary check during saving to config.xml More... over 16 years ago
Removed a now unnecessary check during saving to config.xml More... over 16 years ago
Fix an error with saving the hash value. Also added storing the hash and last modified timestamp on install. More... over 16 years ago
Fix an error with saving the hash value. Also added storing the hash and last modified timestamp on install. More... over 16 years ago
Add the SHA1 computing function that git missed in the last commit. More... over 16 years ago
Add the SHA1 computing function that git missed in the last commit. More... over 16 years ago