New version of JavaScript Environment

JavaScript Development Environment 2.0 can run as a bookmarklet and lets you create Greasemonkey scripts in four clicks. I used it to make the Valid XHTML Greasemonkey script and I loved the shortened edit-test cycle.

3 Responses to “New version of JavaScript Environment”

  1. Julien Couvreur Says:

    Nice, but most user scripts do require integration into specific websites or pieces of HTML. You could have a pane where you let the user put some HTML and run the script against that pane.

    If you’re interested, I had a script generator working at http://blog.monstuff.com/archives/images/GreaseMonkeyScriptGenerator.html
    It’s purpose is to allow somebody to write a script, that would injects some HTML for every link matching a pattern, without any actual javascript.

    Cheers,

  2. Jesse Ruderman Says:

    Nice, but most user scripts do require integration into specific websites or pieces of HTML.

    That’s what the bookmarklet version of jsenv is for.

  3. splintor Says:

    If this is meant to serve as UserScript builder, it would be nice if you added an @include line with the current page URL, so it is easy to modifiy it to the correct @include mask.