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/07/21

申请增加 hitomi.la和nozomi.la的规则,谢谢!已好评

X.I.UAuthor
§
Posted: 2022/07/21
Edited: 2022/07/21

对 hitomi 的阅读页添加了支持。
这网站开启广告屏蔽扩展的话白屏,关闭的话又各种弹广告,随便点哪里都弹广告。。。这网站我一刻都不想呆了

更新外置翻页规则 即可(浏览器右上角 Tampermonkey 扩展图标内的脚本菜单


nozomi 只有首页能添加支持,搜索页(即标签页)是动态加载内容的,无法添加支持。

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

"nozomi 首页": {
        "host": "nozomi.la",
        "url": "return fun.getCSS('.page-container')",
        "pager": {
            "type": 6,
            "nextL": "//div[@class='page-container']/ul/li[./span]/following-sibling::li/a",
            "pageE": "#thumbnail-divs",
            "replaceE": ".page-container",
            "loadTime": 500
        }
    }

Post reply

Sign in to post a reply.