Greasemonkey Manual: Difference between revisions

From GreaseSpot Wiki
Jump to navigationJump to search
m (Expanding this page as it's still a wee bit short... same info.)
No edit summary
 
(80 intermediate revisions by 53 users not shown)
Line 1: Line 1:
{{Greasemonkey Manual TOC}}
{{Greasemonkey Manual TOC}}
{{stub}}


Welcome to the [[Greasemonkey]] Manual. This manual is intended to be the authoritative reference for all things [[Greasemonkey]].
== Welcome ==


This manual is intended to describe the newest version of the [https://addons.mozilla.org/en-US/firefox/addon/748 Greasemonkey extension].
Welcome to the [[Greasemonkey]] Manual.
If an [[Version_history|older version]] of Greasmonkey is in use, it is recommended to upgrade to the latest or some of the contents will not make sense.


It is divided into two main parts, the first is for general users of Greasemonkey.
It is divided into two main parts.
It covers such topics as installing [[user script]]s and using the features that Greasemonkey provides.
The first is for general users of Greasemonkey; it covers such topics as installing [[user script]]s and using the features that Greasemonkey provides.
The latter is dedicated to [[user script]] authors, and provides information about how to create scripts.
The latter is dedicated to [[user script]] authors and provides information about how to create scripts.


Navigation to any section directly is provided by using the table of contents at the right.
You may navigation directly to any section by using the table of contents at the right.
Or simply start reading at the first chapter: [[Greasemonkey Manual:Installing Scripts|Installing Scripts]].
Or simply start reading at the first chapter: [[Greasemonkey Manual:Installing Scripts|Installing Scripts]].
After reading this manual, if questions still abound the following resources are available for support in the table below.
{| cellpadding="1" style="font-size: small; border-style: solid; background-color: #FFFFE0;"
|+ Other Support Options
|- style="text-align: center; font-size: small;"
| colspan="1" style="background-color: #CC9900;" | '''Location'''
| colspan="1" style="width: 85px; background-color: #CC9900;"| '''Moderated'''
| colspan="1" style="width: 85px; background-color: #CC9900;"| '''Patrolled'''
| colspan="1" style="width: 85px; background-color: #CC9900;"| '''Extension Support'''
| colspan="1" style="width: 85px; background-color: #CC9900;"| '''User Script Support'''
|-
| [irc://irc.freenode.net/#greasemonkey irc://irc.freenode.net/#greasemonkey]                            ||                          || <center>&diams;</center> || <center>&diams;</center> || <center>&diams;</center>
|- style="background-color: white;"
| [http://userscripts.org/forums/ http://userscripts.org/forums]                                          ||                          || <center>&diams;</center> ||                          || <center>&diams;</center>
|-
| [http://groups.google.com/group/greasemonkey-users/ Greasemonkey User Script Support at Google Groups]  || <center>&diams;</center> || <center>&diams;</center> ||                          || <center>&diams;</center>
|- style="background-color: white;"
| [http://groups.google.com/group/greasemonkey-dev/ Greasemonkey Extension Developers at Google Groups]      || <center>&diams;</center> || <center>&diams;</center> || <center>&diams;</center> ||
|}
Typically the wiki Talk pages are not used for script development support.

Latest revision as of 18:48, 3 November 2017


Greasemonkey Manual
Using Greasemonkey
Installing Scripts
Monkey Menu
Getting Help
User Script Authoring
Editing
Environment
API

Welcome

Welcome to the Greasemonkey Manual.

It is divided into two main parts. The first is for general users of Greasemonkey; it covers such topics as installing user scripts and using the features that Greasemonkey provides. The latter is dedicated to user script authors and provides information about how to create scripts.

You may navigation directly to any section by using the table of contents at the right. Or simply start reading at the first chapter: Installing Scripts.