BugSort user script
My second user script, BugSort, lets you sort Bugzilla bug lists (example) without contacting the server. I have tested it with Greasemonkey 0.2.6 on Firefox 1.0.3 and with a prerelease version of Greasemonkey 0.3 on Firefox trunk.
April 18th, 2005 at 10:54 am
Works like a charm! Thank you.
April 19th, 2005 at 2:26 am
The bookmarklet version of the Javascript Shell version 1.1 is broken for Firefox 1.0.3. Is it just me? (the non-bookmarklet version works)
April 19th, 2005 at 2:31 am
I get this error: (for example)
ReferenceError: props is not defined
April 19th, 2005 at 5:14 pm
The javascript shells have been broken with the 1.0.3 firefox upgrade.
Jesse and I got things working, and I’ve updated my version with multiline inputs.
http://ed.agadak.net/jsshell.php
However, print does not work. It’ll try calling firefox’s print which is the printer. “pr” does work though..
April 19th, 2005 at 6:50 pm
Last night I took Ed’s version of the JavaScript Shell and started hacking on it in order to fix the print() problem, make it work in multiple browsers, etc. I will post it as JavaScript Shell 1.2 at some point, possibly tonight.
April 21st, 2005 at 10:39 pm
Myk filed a bug for integrating this script into Bugzilla: https://bugzilla.mozilla.org/show_bug.cgi?id=291397
May 16th, 2005 at 9:43 am
Thanks a million!