笔
Statistics
Total Installs
1.2K
Last 24h
+0
User Rating
-
Ad
Description
Versions2
Ratings0
Permissions
面向笔趣阁类小说站点的 iOS Safari 端阅读辅助脚本,提供沉浸式拼页、主题切换、广告过滤与章节导航功能。
Loading…
Statistics
Total Installs
1.2K
Last 24h
+0
User Rating
-
Script Details
注意:
let sites = [
{
host: 'm.qishuta.org',
title: '#chaptertitle',
content: '#novelcontent',
filters: ['.msitetext', 'body > :not(.main,.ird-main)', '#strl', 'script+div', '#novelcontent .novelbutton', '#novelcontent :not(br,hr,h3)', 'body style+div'],
banRegex: [/[((]本章.+?继续阅读[))]/g, /第.+?(<br>){2}/g, /(<br>){2}.+?继续阅读[))]/g, /百度.+?即可阅读/g, /搜.+?最新章节/g, /全网首发/g, /新阅读.+?网站/g, /第.章.+?[))]/g]
}
]
| 名称 | 说明 |
|---|---|
host |
匹配网页的域名,记得在最上面的也要加上 @match |
title |
章节标题选择,可以用 F12 打开选中元素然后根据右侧样式选择器配置 |
content |
正文选择,要求是正文的直接父元素 |
filters |
过滤选择,上个版本需要,这个版本除非是牛皮藓广告否则不需要 |
banRegex |
正则过滤,匹配到的字符串都会被替换为空 |