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.04.23.

希望作者更新加入一下这个网址:https://www.v2ph.com/

X.I.UAuthor
§
Posted: 2022.04.24.

这个网站要查看第二页的图片,需要登录,因此我就不添加支持了。

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

因为看不到下一页,因此我也无法测试规则效果。

    "www.v2ph.com": {
        "host": "www.v2ph.com",
        "url": "/^\\/album\\//",
        "style": ".albums-list img, .photos-list img{opacity: 1 !important;}",
        "pager": {
            "nextL": ".active.page-item+li>a",
            "pageE": ".album-photo",
            "replaceE": ".pagination",
            "scrollD": 2500
        },
        "function": {
            "bF": "return fun.src_bF(pageE, [0,'img[data-src]','data-src'])"
        }
    }
§
Posted: 2022.04.24.

感谢作者及时回复,我把规则加入后出现了第二页后图片比例被拉长的现象,请问还需要加入什么规则吗?

X.I.UAuthor
§
Posted: 2022.04.24.

这样应该就没问题了:

    "www.v2ph.com": {
        "host": "www.v2ph.com",
        "url": "/^\\/album\\//",
        "style": ".album-photo, .photos-list img {opacity: 1 !important; position: unset !important; padding: 0 !important;}",
        "pager": {
            "nextL": ".active.page-item+li>a",
            "pageE": ".album-photo",
            "replaceE": ".pagination",
            "scrollD": 2500
        },
        "function": {
            "bF": "return fun.src_bF(pageE, [0,'img[data-src]','data-src'])"
        }
    }
§
Posted: 2022.04.24.

完美解决,点赞👍!

§
Posted: 2022.04.29.

这个是不是失效了,昨天还正常的,今天没反应了。

X.I.UAuthor
§
Posted: 2022.04.29.
Edited: 2022.04.29.

@hahaupup 我看了下,该网站网页结构没有变化,因此理论上网页规则也没有失效(这种情况,要么是你改变了什么,要么就是网站有什么变化)。

不过因为该网站看第 2 页需要账号登录,所以我无法测试排查(包括我当初写规则时,也没有测试过)。

https://greasyfork.org/zh-CN/scripts/419215/discussions/123707

§
Posted: 2022.04.29.

是我弄错了,没有登录,所以没有加载

Post reply

Sign in to post a reply.