0% found this document useful (1 vote)
1K views1 page

Greasemonkey: Customize Firefox with Scripts

Greasemonkey is a Firefox add-on that allows users to customize and tweak the functionality of popular websites through scripts. It places a small monkey icon in the browser where users can manage installed scripts. When first launched, Greasemonkey displays an introductory page with information and a link to download additional scripts from Userscripts. While Greasemonkey comes with no scripts of its own, it enables users to create custom scripts or modify existing websites using hundreds of available scripts.

Uploaded by

Kanika Choudhary
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (1 vote)
1K views1 page

Greasemonkey: Customize Firefox with Scripts

Greasemonkey is a Firefox add-on that allows users to customize and tweak the functionality of popular websites through scripts. It places a small monkey icon in the browser where users can manage installed scripts. When first launched, Greasemonkey displays an introductory page with information and a link to download additional scripts from Userscripts. While Greasemonkey comes with no scripts of its own, it enables users to create custom scripts or modify existing websites using hundreds of available scripts.

Uploaded by

Kanika Choudhary
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

Greasemonkey allows you to customize the way popular websites look and behave by tweaking

their functionality with a script.

In fact Greasemonkey is not an application in itself. Its a Firefox add-on that prepares your
browser to support Greasemonkey scripts. The add-on puts a small monkey icon in the bottom
right corner, from where you can add new scripts and manage the ones youve already installed.
Other than that, it doesnt include any configuration options.

The first time you launch Greasemonkey youre presented with an introductory website which
contains basic information and a link to Userscripts, where you can download scripts. Be sure to
bookmark this site, as Greasemonkey doesnt include a link to it anywhere.

Of course, you can also create your own scripts and use them with Greasemonkey but that
requires coding knowledge.

With Greasemonkey you can use hundreds of scripts to change the way popular websites
look and behave.

Changes

Enhancements:

Script updates install automatically. (#1442)

In 0.9.12 we added update checking. In 0.9.13 updates install automatically, but there's
still some discussion over how to handle this best (#1455), so checking is still not enabled
by default. We hope to figure this out by the 0.9.14 release. Some other update related
work was done, mostly to make Firefox 3 work better. (#1421, #1422, #1423)

Provide an Options item in the Monkey Menu. (#1447)

Add a Cancel button to the Options window. (#1454)

Bug fixes:

GM_getResourceText() was broken. (#1438)

You can properly select an application (bundle) for the editor on Mac OS X. (#1439)

Fix GM_openInTab() for Firefox 3. (#1444)

Fix when pages reassign the location during page load. (#1445)

You might also like