// ==UserScript== // @name XKCD What-if mouse-hover text // @namespace https://greasyfork.org/users/98-jonnyrobbie // @author JonnyRobbie // @grant none // @description This script displays mouse-hover text of what-if images as simple image captions. // @include /^https?:\/\/(www\.)?what-if\.xkcd\.com\/([0-9]+\/)?$/ // @run-at document-end // @version 1.0 // @downloadURL https://update.greasyfork.icu/scripts/1775/XKCD%20What-if%20mouse-hover%20text.user.js // @updateURL https://update.greasyfork.icu/scripts/1775/XKCD%20What-if%20mouse-hover%20text.meta.js // ==/UserScript== /* CHANGELOG: 1.0 -initial release */ function main() { var illus = document.getElementsByClassName('illustration'); for (var i=0; i