3
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jul 25, 2025 — Jul 25, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Closes #10 Supporting @run-at More... over 15 years ago
using Services.obs to observe "content-document-global-created" with the Scriptish xpcom service, and now the Scriptish service creates the "DOMContentLoaded" window listener More... over 15 years ago
using 'import' is throwing a warning in the error console, no longer using it. More... over 15 years ago
adding a newline to the source of @resource scripts when they are evaluated to avoid the error found in #104 More... over 15 years ago
Closes #104 some scripts need a newline char added to the end of their source. More... over 15 years ago
caching a ref to Ci.nsIDOMXPathResult More... over 15 years ago
Using destructuring assignment to set Cc & Ci More... over 15 years ago
bug fix: cancelling scripts using @delay that haven't executed before the window is closed. More... over 15 years ago
bug fix: removeTimer wasn't removing the correct timer. More... over 15 years ago
Closes #102 @active was always ="true" More... over 15 years ago
Closes #100 Supporting @delay More... over 15 years ago
correction to update.rdf for seamonkey versions supported. More... almost 16 years ago
Closes #98 toolbar button now persists after it is inserted on first run More... almost 16 years ago
Making a 'Scriptish' singleton to wrap some utils in. More... almost 16 years ago
Closes #74 adding ID to newscript.xul More... almost 16 years ago
breaking switch statement in Script.parse() in to two, it is easier that way. More... almost 16 years ago
no longer doing update check when building config More... almost 16 years ago
<em:version>0.1b6pre</em:version> More... almost 16 years ago
Closes #92 replacing status bar icon with a toolbar button, which can be placed in the add-on bar or in the navigation bar. More... almost 16 years ago
<em:version>0.1b5</em:version> More... almost 16 years ago
bug fix: hide scriptish status bar menu when right clicking on a script (which opens the script in a editor) More... almost 16 years ago
renaming defaults/preferences/greasemonkey.js to scriptish.js More... almost 16 years ago
bug fix: can't find scripticon.js error when using xpi More... almost 16 years ago
minor style change in modules/content/browser.js More... almost 16 years ago
removing a default preference which is no longer used. More... almost 16 years ago
minor change to content/js/browser.js calling hitch() instead of Scriptish_hitch() More... almost 16 years ago
minor change to Scriptish_popupClicked to use a switch statement More... almost 16 years ago
replacing use of this.tabBrowser with gBrowser More... almost 16 years ago
ux change: when using the status bar menu to disable or enable a script the menu no longer automatically closes More... almost 16 years ago
changing getMaxJSVersion() function to maxJSVer constant More... almost 16 years ago