Skip to main content

1.1. What is Greasemonkey? [Dive Into Greasemonkey]

Popularity Report

Total Popularity Score: 0

Loading...
Loading...
Loading...
Loading...
Loading...
Loading...

Rank

Bookmark History

Saved by 6 people (2 private), first by anonymouse user on 2006-03-29


Public Sticky notes

A user script is just a chunk of Javascript code, with some additional information that tells Greasemonkey where and when it should be run.

Highlighted by the7777777

A user script can do anything you can do in Javascript. In fact, it can do even more than that, because Greasemonkey provides special functions that are only available to user scripts.

Highlighted by the7777777