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

X.I.UAuthor
§
Posted: 09/04/2022
Edited: 09/04/2022

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

该规则适配 贴子列表页、搜索页

"Whalelab": {
    "host": "forum.whale.naver.com",
    "url": "/^\\/(forum|search)/",
    "pager": {
        "nextL": ".ipsPagination_next>a",
        "pageE": "li.ipsDataItem, li.ipsStreamItem",
        "replaceE": ".ipsPagination"
    }
}

为了避免 外置翻页规则 无限膨胀下去,对于一些偏小众的网站(相对国人来说)我会改为提供 自定义翻页规则。

Post reply

Sign in to post a reply.