mangaupdates Cover Preview

Previews covers in mangaupdates.com when hovering over hyperlinks that lead to novel pages.

当前为 2019-02-25 提交的版本,查看 最新版本

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴Greasemonkey 油猴子Violentmonkey 暴力猴,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴Violentmonkey 暴力猴,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴Userscripts ,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展后才能安装此脚本。

(我已经安装了用户脚本管理器,让我安装!)

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

(我已经安装了用户样式管理器,让我安装!)

作者
sz
评分
0 0 0
版本
1.3.3
创建于
2017-01-14
更新于
2019-02-25
大小
20.9 KB
许可证
http://creativecommons.org/licenses/by-nc-sa/4.0/
适用于

Derivate of novelupdate Cover Preview based on Version 1.3 with different starting variables https://greasyfork.org/scripts/26439-novelupdates-cover-preview/ Now Shows Cover Previews on mangaupdates

const MAXCACHEAGE = 24 * 60 * 60 * 1000; // Max Age before Cached data gets overridden with current data. Max Age is 24 hour in milliseconds //days * h * min * sec * ms var STYLESHEETHIJACKFORBACKGROUND = ""; //if unknown set empty ""; classname without leading dot var STYLESHEETHIJACKFORTITLE = ""; //if unknown set empty ""; classname without leading dot const DEFAULTTITLEBACKGROUNDCOLOR = '#aac'; //if no hijack class style available use plain color const DEFAULTBACKGROUNDCOLOR = '#ccc'; //if no hijack class style available use plain color const SELECTOR1 = 'div.col-6 a, div.p-1 a, div.p-2 a'; //index/readinglist pages/author const SELECTOR2 = ''; //individual serie pages recommendation titles const PREDIFINEDNATIVTITLE = "Click for series info, Series Info"; //forum, index const INDIVIDUALPAGETEST = /series.html\?id=[0-9]*$/; const IMAGELINKCONTAINERS = '.sContent'; //instead of single element class name with dot 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 const CONTAINERNUMBER = 0; const preloadUrlRequests = true; const preloadImages = false; //^^^^ frontend settings over this line ^^^^