Pagetual

Perpetual pages - powerful auto-pager script. Auto fetching next paginated web pages and inserting into current page for infinite scroll. Support thousands of web sites without any rule.

< Feedback on Pagetual

Review: Good - script works

§
Posted: 22.10.2023

装了AC百度,我不想用他的自动翻页,怎样设置才能不禁用永页机

hoothinAuthor
§
Posted: 22.10.2023

用自定义规则就能忽略库中的检测到AC百度就不运行,自定义规则优先级最高

{
    "name": "Baidu",
    "insertPos": 1,
    "nextLink": [
        "//*[@id=\"page\"]/div/a[contains(text(),'下')]",
        "//*[@id=\"page\"]/div/a[contains(text(),'上')]"
    ],
    "pageElement": "//*[@id=\"content_style\"]|//*[@id=\"content_left\"]/*",
    "pageNum": "&pn={10*($p-1)}",
    "url": "^https?://www\\.baidu\\.com/(s|baidu)\\b.",
    "pageBarTop": 75,
    "replaceElement": "#page",
    "wait": 500
}

Post reply

Sign in to post a reply.