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

您好,请求适配boss招聘:https://www.zhipin.com/gongsir/02cd05cce753437e33V50w~~.html?ka=company-jobs

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

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

"BOSS直聘": {
        "host": "www.zhipin.com",
        "url": "return (fun.getCSS('.next') && fun.getCSS('.job-list>ul>li'))",
        "pager": {
            "nextL": ".next",
            "pageE": ".job-list>ul>li",
            "replaceE": ".page"
        }
    }

你先试用一下,看看有没有啥问题,这网站网页很多,我只是随便点了几个测试了下没啥问题。

§
Posted: 2022-06-04

非常好用,现在可以自动翻页到第六页,后面点下一页又可以翻动六页,基本够用嘿嘿,感谢感谢!

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

看了下是这个网站的问题,应该是故意的。
每翻页 6 次,第 7 页就会强行来一次安全检查(浏览器检查),导致脚本中断。

Post reply

Sign in to post a reply.