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.
May 16th, 2005 at 8:03 pm
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,
May 16th, 2005 at 8:24 pm
That’s what the bookmarklet version of jsenv is for.
September 12th, 2005 at 10:04 pm
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.