自動無縫翻頁

⭐無縫加載 下一頁內容 至網頁底部(類似瀑布流,无限滚动,無需手働點擊下一頁)⭐,支持各論壇、社交、遊戲、漫畫、小說、學術、搜索引擎(Google、Bing、Yahoo...) 等網站~

< 腳本自動無縫翻頁的回應

提問/評論

§
發表於:2022-06-10

請求支持以下網站翻頁功能
https://www.pcdvd.com.tw/

X.I.U作者
§
發表於:2022-06-10

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

    "www.pcdvd.com.tw - 帖子列表": {
        "host": "www.pcdvd.com.tw",
        "url": "/^\\/forumdisplay\\.php/",
        "blank": 3,
        "pager": {
            "nextL": "a.smallfont[title^='下一頁']",
            "pageE": "td[valign='top'][width='100%']>.tborder>tbody>tr:not(:first-of-type)",
            "replaceE": ".pagenav",
            "scrollD": 3000
        }
    },
    "www.pcdvd.com.tw - 帖子内": {
        "host": "www.pcdvd.com.tw",
        "url": "/^\\/showthread\\.php/",
        "pager": {
            "nextL": "a.smallfont[title^='下一頁']",
            "pageE": "//body/div[@align='center'][position()>1 and position()<last()]|//body/div[@id='posts']",
            "replaceE": ".pagenav",
            "scrollD": 2000
        }
    }

scrollD 值越大就会越早触发翻页,可根据需要自行调整。

發表回覆

登入以回覆