# 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: ## Usage 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 Greasemonkey or Tampermonkey to use userscripts. ## Copyright info This userscript is copyright © 2021 Arjun Satarkar and licensed under the MIT License. See LICENSE.txt for the full text.