diff options
author | untir_l <87096069+untir-l@users.noreply.github.com> | 2022-05-29 12:10:59 +0000 |
---|---|---|
committer | untir_l <87096069+untir-l@users.noreply.github.com> | 2022-05-29 12:10:59 +0000 |
commit | ce707fd07043b02399c5753acc613662aa0c91a8 (patch) | |
tree | 2c23d84eb46e7140d2440c62e1c1ce241581f2c2 /ExplainXKCD-Quick-Link | |
parent | c153bd9ad95b156b11e4d631d3bd5af0a8225ba9 (diff) | |
download | userscripts-ce707fd07043b02399c5753acc613662aa0c91a8.tar userscripts-ce707fd07043b02399c5753acc613662aa0c91a8.tar.gz userscripts-ce707fd07043b02399c5753acc613662aa0c91a8.zip |
Add top level README.md, other changes to documentation
Diffstat (limited to 'ExplainXKCD-Quick-Link')
-rw-r--r-- | ExplainXKCD-Quick-Link/README.md | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/ExplainXKCD-Quick-Link/README.md b/ExplainXKCD-Quick-Link/README.md index 26606ee..f816eea 100644 --- a/ExplainXKCD-Quick-Link/README.md +++ b/ExplainXKCD-Quick-Link/README.md @@ -10,12 +10,10 @@ This will always go to the page for the specific comic you are viewing. ## Usage -Load `explainxkcd_quick_link.user.js` into your userscript manager of choice (it is tested with Tampermonkey). +Load `explainxkcd_quick_link.user.js` into your userscript manager of choice (it is tested with Greasemonkey). -A userscript is a bit like a browser extension - it's a JavaScript file which is automatically executed on certain pages (in this case on xkcd) and improves them in some way. You will need an extension like Tampermonkey or Greasemonkey to use userscripts. +A userscript is a bit like a browser extension - it's a JavaScript file which is automatically executed on certain pages (in this case on xkcd) and improves them in some way. You will need an extension like Greasemonkey or Tampermonkey to use userscripts. -## Copyright and technical info +## Copyright info This userscript is copyright © 2021 Arjun Satarkar and licensed under the MIT License. See LICENSE.txt for the full text. - -Written in JavaScript to run as a TamperMonkey userscript. Code formatted using the XO style with ESLint. |