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
some minor code cleanups for my last commit. More... over 16 years ago
some minor code cleanups for my last commit. More... over 16 years ago
Using a timeout when saving the config.xml file. More... over 16 years ago
Using a timeout when saving the config.xml file. More... over 16 years ago
Fixes #1061, for GM_log More... over 16 years ago
Fixes #1097, making meta block @keys case-insensitive. More... over 16 years ago
Delay hiding the "Fetching user script" status bar msg until the user script's dependencies have been dealt with. This gives the user a chance to read the message when the user script itself was a fast download, but the dependencies take awhile. This also delays the install window from appearing until the dependencies have been dealt with, which means that the reaction to the user choosing to install will either be to install or display an error msg instantly (instead having the user experience a delay to their command, which is due to the user script's dependencies being downloaded). More... over 16 years ago
Bringing the "Fetching user script" status bar message back (for slow requests), only if the header check for 'text/html' content type fails. More... over 16 years ago
Check the content-type header during the load state and abort the request if it is text/html. Seems to be faster this way. More... over 16 years ago
Update sr-RS locale. More... over 16 years ago
Update sr-RS locale. More... over 16 years ago
ignore eclipse related project files More... over 16 years ago
ignore eclipse related project files More... over 16 years ago
GM_isGreasemonkeyable() relies on side effects, do not memoize. More... over 16 years ago
GM_isGreasemonkeyable() relies on side effects, do not memoize. More... over 16 years ago
GM_isGreasemonkeyable() relies on side effects, do not memoize. More... over 16 years ago
Fixes #1038, adding 'greasemonkey.unmhtIsGreaseable' to about:config (default false) which if true allows user scripts to be executed on pages using the 'unmht' uri scheme. More... over 16 years ago
Fixes #1038, adding 'greasemonkey.unmhtIsGreaseable' to about:config (default false) which if true allows user scripts to be executed on pages using the 'unmht' uri scheme. More... over 16 years ago
Fix for issue 1049, do not try to install files that end w/ .user.js when the content type exists and contains 'text/html'. More... over 16 years ago
Add translations from babelzilla.org. More... over 16 years ago
Add translations from babelzilla.org. More... over 16 years ago
Merge remote branch 'official/master' More... over 16 years ago
Checking for aWindowType of "navigator:browser", thanks sizzlemctwizzle! More... over 16 years ago
Checking for aWindowType of "navigator:browser", thanks sizzlemctwizzle! More... over 16 years ago
for some reason winWat.activeWindow was null whenever a user dragged & dropped a user script into Firefox. This seems to work, but I suspect that aWindowType in getMostRecentWindow(aWindowType) should be something other than null.. Fixes #1077 More... over 16 years ago
for some reason winWat.activeWindow was null whenever a user dragged & dropped a user script into Firefox. This seems to work, but I suspect that aWindowType in getMostRecentWindow(aWindowType) should be something other than null.. Fixes #1077 More... over 16 years ago
Adding my name to the list of contributors. More... over 16 years ago
Adding my name to the list of contributors. More... over 16 years ago
Use nsIIOService to allow relative URLs for GM_xmlhttpRequest(). More... over 16 years ago
Use nsIIOService to allow relative URLs for GM_xmlhttpRequest(). More... over 16 years ago