Main Page
From Chickenfoot Script Repository
Contents |
Chickenfoot Script Repository
If you have navigated here from another page and don't know where you are, this is the Chickenfoot Script Repository which is a repository of scripts for the Chickenfoot extension for Firefox.
General Scripts
Chickenfoot scripts that are appropriate to be triggered on every page. (i.e., the URL pattern for the trigger should be *).
Site-Specific Scripts
Chickenfoot scripts that are appropriate to be triggered on a particular web page, or a collection of pages from a particular site.
Utility Functions
Here is a collection of miscellaneous functions that people may find useful.
Extension-style Scripts
Chickenfoot scripts that function as Firefox extensions (they often touch the "chrome" of the browser). These are scripts that should be associated with the startup of Firefox. Chickenfoot has a feature that makes it trivial to package Chickenfoot scripts as Firefox extensions.
Libraries
Libraries are generally larger bodies of code, offering a number of functions over a specific domain.
Greasemonkey Script Directory
Greasemonkey is another extension for Firefox that lets end-users script web pages. Greasemonkey's API is partially supported in Chickenfoot, so the majority of scripts written for Greasemonkey will work in Chickenfoot, as well.
- UserScripts.org - User scripts repository
