Written September 8, 2006. Tagged Greasemonkey, JavaScript, OS X, TextMate, Firefox.
Updated the Greasemonkey bundle, originally blogged here.
Download (44 kB).
Most of the changes are behind the scenes, moving code into the Support
folder for easier development and reuse. Error handling when "Enable assistive devices" is off was improved.
The snippets get
, set
, log
, css
and xhr
were added, tied to the obvious GM_
functions.
Two commands were added.
Opens about:config
in Firefox and filters by the script being edited, exposing any GM_setValue()
values to view and edit.
Caveats: "Enable access for assistive devices" must be toggled on in the Universal Access prefpane, otherwise filtering will not work.
Like the previous "Open Installed Script" command, but in descending order of time installed.