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

X.I.UAuthor
§
Posted: 2022-05-25

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

    "cmo.ucas.ac.cn": {
        "host": "cmo.ucas.ac.cn",
        "url": "/\\/sy\\/tzgg/",
        "blank": 3,
        "pager": {
            "nextL": "a[title='下页']",
            "pageE": ".b-clist>li",
            "replaceE": ".pagination-list"
        }
    }
§
Posted: 2022-05-25

已加上,完美适配,非常感谢!

X.I.UAuthor
§
Posted: 2022-05-25

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

"lab.semi.ac.cn": {
        "host": "lab.semi.ac.cn",
        "url": "/^\\/yanjiusheng\\/channels\\//",
        "pager": {
            "nextL": "//a[text()='下一页']",
            "pageE": ".category>li",
            "replaceE": ".plist"
        }
    }
§
Posted: 2022-05-25

漂亮!
我自个儿琢磨了半天,写了个这个,有点小bug。。

"半导体研究所": {
"host": "lab.semi.ac.cn",
"url": "/\\/yanjiusheng\\/channels\\/1316.html/",
"pager": {
"nextL": ".plist>li:nth-child(3)>a",
"pageE": ".category>li",
"replaceE": ".plist"
}
}

§
Posted: 2022-05-25
"半导体研究所": {
        "host": "lab.semi.ac.cn",
        "url": "/\\/yanjiusheng\\/channels\\/1316.html/",
        "pager": {
            "nextL": ".plist>li:nth-child(3)>a",
            "pageE": ".category>li",
            "replaceE": ".plist"
        }
    }

Post reply

Sign in to post a reply.