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.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/Show-XKCD-Date/README.md b/Show-XKCD-Date/README.md
new file mode 100644
index 0000000..c9d629f
--- /dev/null
+++ b/Show-XKCD-Date/README.md
@@ -0,0 +1,19 @@
+# ExplainXKCD-Quick-Link
+
+A userscript for [xkcd](https://xkcd.com/), "a webcomic of romance, sarcasm, math, and language", which for each comic adds text specifying the date the comic was posted based on the API.
+
+Here is a screenshot of the addition, highlighted:
+
+<img src="https://github.com/untir-l/userscripts/blob/main/Show-XKCD-Date/screenshot.png?raw=true" width="500">
+
+## Usage
+
+Load `show_xkcd_date.user.js` into your userscript manager of choice (it is tested with Tampermonkey).
+
+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.
+
+## Copyright and technical 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.