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.

7 Responses to “BugSort user script”

  1. Donny Says:

    Works like a charm! Thank you.

  2. Bill Donnelly Says:

    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)

  3. Bill Donnelly Says:

    I get this error: (for example)
    ReferenceError: props is not defined

  4. Edward Lee Says:

    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..

  5. Jesse Ruderman Says:

    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.

  6. Jesse Ruderman Says:

    Myk filed a bug for integrating this script into Bugzilla: https://bugzilla.mozilla.org/show_bug.cgi?id=291397

  7. Micah Says:

    Thanks a million!