Greasy Fork is available in English.
小说阅读脚本,统一阅读样式,内容去广告、修正拼音字、段落整理,自动下一页
< Valutazione su My Novel Reader
{
siteName: "书虫中文网",
url: /^https?:\/\/www\.shuchong\.info.+\d+\.html/,
contentPatch: function (fakeStub) {
init('chapter');
fakeStub.find("#content a").click().remove();
}
},
{siteName: '书虫中文网',
exampleUrl: 'https://www.shuchong.info/chapter/193165/23889971.html',
url: '^https?://www\\.shuchong\\.info/chapter/\\d+/\\d+',
useiframe: true,
startFilter: function() {
unsafeWindow.getDecode();
},
@qiuqiu-ux 作者早就写过针对次元猫的防采集, 只需要把地址改成书虫的就行了