3
I Use This!
Inactive

Commits : Listings

Analyzed about 9 hours ago. based on code collected about 9 hours ago.
Jul 27, 2025 — Jul 27, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
To prevent the unnecessary redownloading of resources when the metadata hasn't been changed but the script has been modified, I've added the hash computing(using SHA1) of the metadata block. Then that hash is stored in config.xml file. If the timestamp shows that the file has been modified, the hash is recomputed and compared against the stored hash and if it is different then the new metadata is used, the resources are redownloaded, and the new timestamp and new hash is stored, otherwise if the hash is unchanged just the new timestamp is stored. More... over 16 years ago
To prevent the unnecessary redownloading of resources when the metadata hasn't been changed but the script has been modified, I've added the hash computing(using SHA1) of the metadata block. Then that hash is stored in config.xml file. If the timestamp shows that the file has been modified, the hash is recomputed and compared against the stored hash and if it is different then the new metadata is used, the resources are redownloaded, and the new timestamp and new hash is stored, otherwise if the hash is unchanged just the new timestamp is stored. More... over 16 years ago
Get rid of old dependencies when re-downloading. More... over 16 years ago
Get rid of old dependencies when re-downloading. More... over 16 years ago
Added safety checking of file names for dependencies with the same remote name. More... over 16 years ago
Added safety checking of file names for dependencies with the same remote name. More... over 16 years ago
Added a safety check for saving dependencies and a notice where some more checking needs to be done. More... over 16 years ago
Added a safety check for saving dependencies and a notice where some more checking needs to be done. More... over 16 years ago
Removed a little change I used for testing. More... over 16 years ago
Removed a little change I used for testing. More... over 16 years ago
Added support for redownloading @resource and @require files when the .user.js file is modified. More... over 16 years ago
Added support for redownloading @resource and @require files when the .user.js file is modified. More... over 16 years ago
Consolidated changes to config.js More... over 16 years ago
Consolidated changes to config.js More... over 16 years ago
@description, @includes, and @exclude are now updated dynamically when there has been a change made to the .user.js file. My next goal is to get the more complex meta keys(@require/@resource) working. More... over 16 years ago
@description, @includes, and @exclude are now updated dynamically when there has been a change made to the .user.js file. My next goal is to get the more complex meta keys(@require/@resource) working. More... over 16 years ago
Added timestamp checking so we don't parse files that haven't changed. Next step will be checking the timestamp at runtime. More... over 16 years ago
Added timestamp checking so we don't parse files that haven't changed. Next step will be checking the timestamp at runtime. More... over 16 years ago
I first attempt at getting @include, @exclude, and @description fields to be read at runtime. So far a Firefox restart is required to get Greasemonkey to notice the changes. More... over 16 years ago
I first attempt at getting @include, @exclude, and @description fields to be read at runtime. So far a Firefox restart is required to get Greasemonkey to notice the changes. More... over 16 years ago
checking the length of this.menuCommanders.length before starting work. More... over 16 years ago
checking the length of this.menuCommanders.length before starting work. More... over 16 years ago
- removed unused variable 'commander' - scoped the 'item' variable to the GM_BrowserUI.contentUnload function - added check that this.menuCommanders exists in GM_BrowserUI.contentUnload before doing work on it to avoid "this.menuCommanders is undefined" error. More... over 16 years ago
- removed unused variable 'commander' - scoped the 'item' variable to the GM_BrowserUI.contentUnload function - added check that this.menuCommanders exists in GM_BrowserUI.contentUnload before doing work on it to avoid "this.menuCommanders is undefined" error. More... over 16 years ago
using hasOwnProperty() to verify each of the header object's enumerated properties are owned by the object, they are skipped otherwise. More... over 16 years ago
using hasOwnProperty() to verify each of the header object's enumerated properties are owned by the object, they are skipped otherwise. More... over 16 years ago
Removed reference to nonexistent file. More... over 16 years ago
Removed reference to nonexistent file. More... over 16 years ago
Merge branch 'addonstab' into 0.9.0 More... over 16 years ago
Remove "pages overlay" (@include/@exclude pane for manage dialog) which is no longer used. More... over 16 years ago