AutoPager

⭐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~

< Feedback on AutoPager

Review: Good - script works

§
Posted: 2022-09-28

申请适配磁力下载站的翻页规则 感谢适配!
https://www.magnetdl.com/download/games/

另外报一个可能是bug的网站,自动翻页只能支持翻到第二页,第三页并不显示
https://pcgamestorrents.com/

X.I.UAuthor
§
Posted: 2022-09-28

你说的第二个网站,是匹配到通用规则,但是页码元素没匹配正确,导致翻页后没有替换页码,下一页的 URL 没变,因此停止了翻页。
我已经更新脚本优化了 [部分 WordPress 网站] 通用规则。


第一个网站的翻页规则:

复制粘贴到脚本 自定义翻页规则 默认的 { } 中间保存(浏览器右上角 Tampermonkey 扩展图标内的脚本菜单)

    "magnetdl": {
        "host": "www.magnetdl.com",
        "url": "return fun.getCSS('#pages')",
        "blank": 3,
        "pager": {
            "nextL": "id('pages')/a[contains(string(),'>')]",
            "pageE": ".download>tbody>tr:nth-last-child(n+4)",
            "replaceE": "#pages",
            "scrollD": 2000
        }
    }

scrollD 值越大越早触发翻页,blank 则是用来强制新标签页打开链接的(提高使用体验,否则浏览器后退会导致前面翻页累计的内容都消失)

Post reply

Sign in to post a reply.