⭐Append the next page content to the bottom seamlessly (like a waterfall, Unlimited scrolling, no need to manually click on the next page) ⭐, support various forums, social networking, games, comics, novels, academics, search engines (Google, Bing, Yahoo...) and other websites~
这是匹配到小说网站通用规则了,但是这个通用规则附带了屏蔽广告图片的 CSS 样式,毕竟一般网络小说网站里的图片都是广告。
复制粘贴到脚本 自定义翻页规则
默认的 { }
中间保存(浏览器右上角 Tampermonkey 扩展图标内的脚本菜单)
"wenku8": {
"host": "www.wenku8.net",
"url": "return fun.getCSS('#foottext')",
"style": "#contentdp, [id^='ad'] {display: none !important;}",
"pager": {
"nextL": "id('foottext')/a[text()='下一页']",
"pageE": "#content",
"insertP": ["#content",6],
"insertP6Br": true,
"replaceE": "#foottext",
"scrollD": 2500
}
}
scrollD
值越大,越早触发翻页,可根据需要自行调整。
www.wenku8.net 翻頁沒問題 但會無法顯示插圖 必須關閉腳本不然就算暫停自動翻頁 也會無法顯示圖片
附上 https://www.wenku8.net/novel/1/1435/47184.htm 開啟和關閉腳本時的截圖