novelupdates Cover Preview

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

目前為 2020-11-20 提交的版本,檢視 最新版本

您需要先安裝使用者腳本管理器擴展,如 TampermonkeyGreasemonkeyViolentmonkey 之後才能安裝該腳本。

You will need to install an extension such as Tampermonkey to install this script.

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyUserscripts 後才能安裝該腳本。

你需要先安裝一款使用者腳本管理器擴展,比如 Tampermonkey,才能安裝此腳本

您需要先安裝使用者腳本管理器擴充功能後才能安裝該腳本。

(我已經安裝了使用者腳本管理器,讓我安裝!)

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

(我已經安裝了使用者樣式管理器,讓我安裝!)

作者
sz
評價
0 0 0
版本
1.6.3
建立日期
2017-01-11
更新日期
2020-11-20
尺寸
49.1 KB
授權條款
http://creativecommons.org/licenses/by-nc-sa/4.0/
腳本執行於

Popup which gets displayed on hovering over serie titles on novelupdates.com. Tested for index/group/reading list and indiviudal serie pages. Cover image links getting pulled from each individual serie page.

minimum needed changes to use it on other sites:

  • change adresses in meta // @include https://www.novelupdates.com/* // @include http://www.novelupdates.com/*
  • INDIVIDUALPAGETEST: Know how to make a regex match to target serie pages
  • IMAGELINKCONTAINERS: Search for imagecontainer class where the cover is displayed
  • CONTAINERNUMBER: in case that imagecontainer class is used multiple times write the count in which container shows the cover
  • available settings: const PREDIFINEDNATIVTITLE = "^Recommended by"; //in case native title is used to display something different const INDIVIDUALPAGETEST = "novelupdates.com/series/"; var STYLESHEETHIJACKFORBACKGROUND = ".l-canvas"; //if unknown set empty ""; classname with leading dot var STYLESHEETHIJACKFORTITLE = '.widgettitle_nuf'; //if unknown set empty ""; classname with leading dot const DEFAULTTITLEBACKGROUNDCOLOR = '#2c3e50'; //if no hijack class style available use plain color const DEFAULTBACKGROUNDCOLOR ='#ccc'; //if no hijack class style available use plain color const IMAGELINKCONTAINERS = '.serieseditimg, .seriesimg'; //instead of single element class name with dot const CONTAINERNUMBER = 0; const IMAGEBLOCKER = "www.novelupdates.com/img/noimagefound.jpg";

    Example changes for mangaupdates https://greasyfork.org/scripts/26513-mangaupdates-cover-preview