您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Script that modifies the design of https://www.wuxiaworld.com/ to create a reader view.
// ==UserScript== // @name WuxiaWorld // @description Script that modifies the design of https://www.wuxiaworld.com/ to create a reader view. // @version 2.4 // @include https://www.wuxiaworld.com/novel/*/* // @require http://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js // @require https://gf.qytechs.cn/scripts/368324-lightnovels/code/LightNovels.js?version=604207 // @grant GM.getValue // @grant GM.setValue // @namespace https://gf.qytechs.cn/users/186987 // ==/UserScript== var c = $("div.fr-view"); if(c.length){ var st = c.prev().find("div>h4").first().text(); c.find("[style]").removeAttr('style'); c.find('[dir]').removeAttr('dir'); var temp = $("div.top-bar-area>ul.list-inline"); var t = temp.find("li.caption>a>h4").text(); var p = temp.find('li.prev>a').attr("href"); var toc = temp.find("li.caption>a").attr("href"); var n = temp.find('li.next>a').attr("href"); createBody(); setTitle(t); setSubTitle(st); setContent(c.html()); setPrev(p); setTOC(toc); setNext(n); }
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址