您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Automatically change the Table of Contents page to show your bookmarked chapter when opening a series page on Scribble Hub.
// ==UserScript== // @name SH Auto Show Bookmark // @namespace ultrabenosaurus.ScribbleHub // @version 0.3 // @description Automatically change the Table of Contents page to show your bookmarked chapter when opening a series page on Scribble Hub. // @author Ultrabenosaurus // @license GNU AGPLv3 // @source https://gf.qytechs.cn/en/users/437117-ultrabenosaurus?sort=name // @match https://www.scribblehub.com/series/* // @icon https://www.google.com/s2/favicons?domain=scribblehub.com // @grant none // ==/UserScript== (function() { 'use strict'; if( 0 == document.querySelectorAll('.toc_ol li.current').length && 0 == document.querySelectorAll('i#menu_icon_fic.fa-reply.isdisabled_color').length && "" == location.search ){ goto_bookmarkchp(); } })();
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址