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-06-06

大佬可以支持移动端吗?我想使用"书签地球"的APP版本来访问这个脚本,但是安装了以后发现没法用,希望能早日完成移动端的代码啊!

X.I.UAuthor
§
Posted: 2022-06-06

移动端不是我想支持就能支持的。

  1. 网页规则:很多网站的电脑版与手机版网页不一样,这意味着需要单独再写一份翻页规则

  2. 浏览器:很多浏览器不支持油猴脚本,或者支持不完整,我的脚本目前只能运行在 Tampermonkey、Violentmonkey 油猴管理器扩展下,如果你的浏览器不支持安装这两个扩展,那么就无法使用我的脚本。我的油猴脚本是运行在这些浏览器扩展上面的,扩展则运行在浏览器上,我只需要兼容这些扩展就行了,这些扩展会去兼容各个浏览器的。

另外,我本身手机上不怎么用浏览器(只是个临时搜索工具罢了),因此没什么兴趣去兼容各个手机浏览器,那太麻烦了,兼容是个大坑

§
Posted: 2022-06-15

https://yinaw.com/ 谢谢大佬

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

@lei Elvis

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

    "yinaw.com - 文章内": {
        "host": "yinaw.com",
        "url": "/^\\/\\d+\\.html/",
        "pager": {
            "nextL": ".fenye>span+a",
            "pageE": ".article-content>p",
            "replaceE": ".fenye",
            "scrollD": 2000
        }
    }

scrollD 值越大就会越早触发翻页,可根据需求自行调整。

Post reply

Sign in to post a reply.