This post originated from an RSS feed registered with Java Buzz
by Kevin Dangoor.
Original Post: JavaScript Shell
Feed Title: Blue Sky On Mars
Feed URL: http://www.blueskyonmars.com/feed/?cat=8%2C13%2C14
Feed Description: Kevin Dangoor's Weblog of Technology, Entertainment and Life - Java only feed. For all articles, check out http://www.blueskyonmars.com
The JavaScript Shell lets you interactively run JavaScript commands, even against a particular window. This allows you to easily test out DOM manipulations you're considering or, as the authors suggest, GreaseMonkey scripts.
Very nice, but it does not appear to be Safari compatible at all. Just goes to show that Firefox is far and away the best browser for development. I have found that Firefox's tools are the easiest for getting things working, and then I deal with making things cross-browser.