3
I Use This!
Inactive

Commits : Listings

Analyzed about 12 hours ago. based on code collected about 12 hours ago.
Jul 25, 2025 — Jul 25, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
removing some Scriptish_hitch calls and using the faster timeout in a few areas More... over 15 years ago
only try removing blocked scripts if we have a blocklist (cherry picked from commit faaf5b460edb369a2708dd6982cfada6de384ee9) More... over 15 years ago
Closes #201 Merge branch 'issue-201' More... over 15 years ago
prevent blocked scripts from being installed More... over 15 years ago
uninstalling blocked scripts on Config init More... over 15 years ago
adding a isBlocked() method to Config, and fetching a blocklist after every Config init More... over 15 years ago
Edited LICENSE.txt via GitHub More... over 15 years ago
Clarified where the license copies are located. More... over 15 years ago
starting a blocklist More... over 15 years ago
displaying @domains in the install window More... over 15 years ago
Closes #2 Implementing @domain More... over 15 years ago
Merge commit 'd7079a6745909029afcd009734f1685e7050bbb2' More... over 15 years ago
Merge commit '5346d1e485229f60cab30bb9439fe5391d4f6665' More... over 15 years ago
small fix: return the 'somethingRemoved' indicator More... over 15 years ago
handle an updating script not having (originally or through removal) an @author More... over 15 years ago
using try/catch for case when the toolbar button is added to a page with menu commands and a detach/GM_unregisterMenuCommand occurs before the toolbar button is ever opened. More... over 15 years ago
Closes #203 Merge branch 'issue-203' More... over 15 years ago
minor mods: - only unregister menu commands made by the script - GM_unregisterMenuCommand now returns a boolean - minor loop perf changes More... over 15 years ago
implements GM_unregisterMenuCommand More... over 15 years ago
Closes #205 Implementing GM_generateUUID More... over 15 years ago
Closes #202 Implementing @priority More... over 15 years ago
using try/catch w/in Scriptish_notification b/c of OSX More... over 15 years ago
don't reload script with add-on manager when the user changes user defined @includes/@excludes More... over 15 years ago
bug fixes for 257ba4b5b13ac420a23d12d0d030ef837bdd9357 More... over 15 years ago
Closes #196 Merge branch 'issue-196' More... over 15 years ago
minor style change More... over 15 years ago
Closes #200 allow //@headers More... over 15 years ago
AddonManager.getAllAddons/getAddonsByTypes([userscript] now returns userscripts as soon as an instance of Config is created to address an issue brought up by Kris Maglione below: More... over 15 years ago
minor style changes More... over 15 years ago
only try creating an AddonAuthor if the @author value appears to have been parsed successfully More... over 15 years ago