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: 14.1.2025

申请适配https://www.shuajota.com/search/?q=2k23&max-results=6

X.I.UAuthor
§
Posted: 14.1.2025

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

    "shuajota": {
        "host": "www.shuajota.com",
        "url": "/^\\/($|search\\/)/",
        "pager": {
            "type": 2,
            "nextL": "#load-more-link",
            "isHidden": true
        }
    }

这个网站其实本该脚本是能用通用规则支持的,但因为这个网页中有两个 .load-more 元素(一个是隐藏的不知道干什么用的),而脚本为了避免识别错误“误伤”,所以才脚本没有支持这个网站,这种特例就还是单独写个规则比较好一点,而且这种规则都很简单。

Post reply

Sign in to post a reply.