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: 2022-10-12

这个网页翻页排版有问题 https://www.macat.vip/游戏/page/5

X.I.UAuthor
§
Posted: 2022-10-12

该网站匹配到了 WordPress 通用规则,但又和这类网站不太一样,导致插入位置错误。

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

    "www.macat.vip": {
        "host": "www.macat.vip",
        "url": "return fun.getCSS('.posts-wrapper.row')",
        "pager": {
            "nextL": ".next",
            "pageE": ".posts-wrapper>div",
            "replaceE": ".pagination",
            "scrollD": 2000
        }
    }

scrollD 值越大,越早触发翻页

X.I.UAuthor
§
Posted: 2022-10-15

今天又碰到一个网页结构和你这个一样的网站,所以优化了下 WordPress 通用规则,可以完美匹配了。

上面这个规则你加不加都行,只需要更新最新脚本即可。

§
Posted: 2022-10-15

感谢大佬,辛苦辛苦

Post reply

Sign in to post a reply.