AutoPager

Append the next page content to the bottom seamlessly (like a waterfall, Unlimited scrolling, no need to manually click on the next page)~

< Feedback on AutoPager

Review: Good - script works

§
Posted: 2022-06-11

請求支持以下網站翻頁功能 https://jobs.51job.com/

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

搜索页是动态加载内容的,无法添加支持,我只能添加支持类似这样的网页: jobs.51job.com/all/

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

    "前程无忧": {
        "host": "jobs.51job.com",
        "url": "return fun.getCSS('.detlist')",
        "pager": {
            "nextL": ".p_in>ul>li.on+li>a",
            "pageE": ".detlist>div",
            "replaceE": ".p_in",
            "scrollD": 2000
        }
    }

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

§
Posted: 2022-06-11

搜索页是动态加载内容的,无法添加支持,我只能添加支持类似这样的网页: jobs.51job.com/all/

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

    "前程无忧": {
        "host": "jobs.51job.com",
        "url": "return fun.getCSS('.detlist')",
        "pager": {
            "nextL": ".p_in>ul>li.on+li>a",
            "pageE": ".detlist>div",
            "replaceE": ".p_in",
            "scrollD": 2000
        }
    }

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

感谢感谢作者!
但是貌似没有生效~
测试网址:https://jobs.51job.com/all/coVTUFZFI1ATlTMAViAGU.html

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

这种动态加载内容的是无法添加支持的,只有我上面举的那个 URL 例子才行(网页样式明显不一样)。

§
Posted: 2022-06-11

这种动态加载内容的是无法添加支持的,只有我上面举的那个 URL 例子才行(网页样式明显不一样)。

明白明白!
非常感谢回复,只是我这边尝试了下另一个脚本他有支持这个(https://greasyfork.org/zh-CN/scripts/438684-pagetual)
是我们使用的语言不一样导致的嘛?

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

那你就用呗~
我们原理有些许不一样,既然已经有人实现了,我也懒得费劲去重复造轮子了。

Post reply

Sign in to post a reply.