From 740f303472d7295488049fee76e26def57413c2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Bodn=C3=A1r?= Date: Fri, 31 Mar 2017 10:54:11 +0200 Subject: [PATCH] Update README.md + intro, installation, usage --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d352f5a..47ca348 100644 --- a/README.md +++ b/README.md @@ -1 +1,11 @@ -# gm-jira-copy \ No newline at end of file +# 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... :)