This document describes the JavaScript style for the Scriptish Firefox extension. This guide was forked from the Greasemonkey's JavaScript Style Guide. Whitespace Indent blocks with 2 spaces. No tabs. Thus, blocks should be indented as: if (dlmgrWindow) { // focus on window dlmgrWindow.focus(); } else { // open window dlmgr.open(window, null); } Lines should be no longer than 80 characters. When b