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

سؤال / تعليق

§
Posted: 10-06-2022

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

X.I.Uمؤلف
§
Posted: 10-06-2022

复制粘贴到脚本 自定义翻页规则 默认的 { } 中间保存(浏览器右上角 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 值越大就会越早触发翻页,可根据需要自行调整。

Post reply

تسجيل الدخول إلى مرحلة ما بعد الرد.