-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
+ intro, installation, usage
- Loading branch information
Showing
1 changed file
with
11 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,11 @@ | ||
# gm-jira-copy | ||
# About | ||
|
||
This project contains various handy user scripts for the Greasemonkey (in Firefox; GM) and Tampermonkey (in Chrome; TM) browser addons. | ||
|
||
# Installation | ||
|
||
Firstly install the aforementioned addon for your favorite browser and then simply open the selected *\*.user.js* file in the browser. GM (or TM) will guide you through the rest of the user script installation. The most important thing to do is to set up the pages for which you want to have the given user script activated. You can always find an example of the appropriate "include pattern" right in the installed user script. | ||
|
||
# Usage | ||
|
||
The usage is always specific to a given user script. Most user scripts should offer a special help dialog that can be opened via the GM / TM tollbar icon. And of course, you can always look into the script's source code and see what it actually does... :) |