js.setting("allowAuto", true|false) | Turns on and off the ability for commands to run automatically when browsing to a web page.
|
js.setting("autoDelay", milliseconds) | The time to wait before attempting to run a command automatically on a page.
|
js.setting("showHint", true|false) | Turns on and off the 'intellisense' box with the page elements, classes and ids.
|
js.setting("displayNodes", true|false) | Turns on and off is the 'Growl' style boxes can appear or not.
|
js.setting("autoShow", true|false) | Turns on or off if the box should automatically appear at the bottom of every page (without clicking the jsshell icon)
|
js.setting("onlyTop", true|false) | (experimental) Causes the editor window to only appear in the top frame and not any other sub frames.
|
js.color("dialog|editor|font", "#color") | Changes a color setting for the jsshell window.
|
js.data.list() | Shows a complete list of all data currently saved for the browser.
|
js.data.save("key", {object}) | Saves an object to the data container. Uses JSON.stringify so be careful what you save.
|
js.data.load("key") | Returns the object the data found in the container of the key provided.
|
js.data.edit("key", delegate(data) { }) | Edits the data found with the method provided. The method must return the data or nothing will be saved.
|
js.data.use("key", delegate(data) { }) | Similar to the edit command, but just allows access to the data. Nothing will be saved regardless of what is returned.
|
125
Subscribers681
Followers136
Following57
favorites8
Repos16
Gists36
Followers8,444
Reputation10
Gold30
Silver48
Bronze