aboutsummaryrefslogtreecommitdiff
path: root/Show-XKCD-Date/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'Show-XKCD-Date/README.md')
-rw-r--r--Show-XKCD-Date/README.md8
1 files changed, 3 insertions, 5 deletions
diff --git a/Show-XKCD-Date/README.md b/Show-XKCD-Date/README.md
index c9d629f..289b874 100644
--- a/Show-XKCD-Date/README.md
+++ b/Show-XKCD-Date/README.md
@@ -8,12 +8,10 @@ Here is a screenshot of the addition, highlighted:
## Usage
-Load `show_xkcd_date.user.js` into your userscript manager of choice (it is tested with Tampermonkey).
+Load `show_xkcd_date.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.