Previews covers in mangaupdates.com when hovering over hyperlinks that lead to series pages.
当前为
Derivate of novelupdate Cover Preview based on Version 1.2.4 with different starting variables https://greasyfork.org/scripts/26439-novelupdates-cover-preview/ Now Shows Cover Previews on mangaupdates
const MAXCACHEAGE = 7 * 24 * 60 * 60 * 1000; // Max Age before Cached data gets overridden with current data. Max Age is 7 days in milliseconds //days * h * min * sec * ms
const SELECTOR1 = 'tr a'; //index/group/readinglist pages
const SELECTOR2 = ''; //individual serie pages recommendation titles
const PREDIFINEDNATIVTITLE = "Series Info"; //in case native title is used to display something different
const INDIVIDUALPAGETEST = /series.html\?id=[0-9]*$/;
var STYLESHEETHIJACKFORBACKGROUND = "";
var STYLESHEETHIJACKFORTITLE = "";
const DEFAULTTITLEBACKGROUNDCOLOR = '#aac'; //if no hijack available use plain color
const DEFAULTBACKGROUNDCOLOR ='#ccc'; //if no hijack available use plain color
const IMAGELINKCONTAINER = 'sContainer'; //serieseditimg
const IMAGELINKCONTAINERANONYM = ''; //sContainer
const CONTAINERNUMBER = 1;
const IMAGEBLOCKER = "www.mangaupdates.com/images/stat_increase.gif, www.mangaupdates.com/images/stat_decrease.gif"; //tested with string.match(). no need for prefixed http https in url. Can even be just the file name