AutoPager

Append the next page content to the bottom seamlessly (like a waterfall)~

< Feedback on AutoPager

Review: Good - script works

§
Posted: 2023-06-15

申请支持:https://gog-games.to/

X.I.UAuthor
§
Posted: 2023-06-16

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

    "gog-games.to": {
        "host": "gog-games.to",
        "url": "/^\\/search\\//",
        "pager": {
            "nextL": "span.btn.blue+a:not([disabled])",
            "pageE": "a[data-id]"
        }
    }

注意,因为该网站禁止插入 CSS 样式,会导致左下角的脚本页码按钮无法显示出来,但是不影响翻页。

Post reply

Sign in to post a reply.