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

سوئال / ئىنكاس

§
يوللانغان ۋاقتى: 2022-07-13

申请支持一下www.freepik.com

X.I.Uئاپتور
§
يوللانغان ۋاقتى: 2022-07-14

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

    "freepik": {
        "host": "www.freepik.com",
        "url": "return fun.getCSS('figure.showcase__item')",
        "style": "figure.showcase__item {display: block;width: 300px;height: 200px;}",
        "pager": {
            "nextL": "a.pagination__next",
            "pageE": "figure.showcase__item",
            "replaceE": ".pagination",
            "scrollD": 2000
        },
        "function": {
            "bF": "return fun.src_bF(pageE)"
        }
    }

scrollD 值越大越早触发翻页。

另外,该网站的图片瀑布流是自适应图片大小的,但我显然不会去费劲实现,因此改成了固定大小,你可以自行修改 style 里设定的宽度、高度。

§
يوللانغان ۋاقتى: 2022-07-19

保存规则的时候显示了自定义规则存在格式错误:
SyntaxError: JSON Parse error: Unrecognized token
是哪里出了问题吗?

X.I.Uئاپتور
§
يوللانغان ۋاقتى: 2022-07-19

我这边测试保存没问题,我都是写完规则测试过才发给你们的。

جاۋاب قايتۇرۇش

جاۋاب قايتۇرۇش ئۈچۈن كىرىش.