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

申请支持:https://yys5.cc/

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

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

    "YY书屋 - 贴子列表": {
        "host": ["yys5.cc","bbs.yys5.cc"],
        "url": "/^\\/forum/",
        "blank": 3,
        "pager": {
            "nextL": ".p_curpage+a.p_num",
            "pageE": "form .spaceborder tbody>tr:not([class])",
            "replaceE": ".maintable td[valign='bottom']:not([align]), .maintable td[valign='top']:not([align])"
        }
    },
    "YY书屋 - 贴子内": {
        "host": ["yys5.cc","bbs.yys5.cc"],
        "url": "/^\\/(thread|viewthread)/",
        "pager": {
            "nextL": ".p_curpage+a.p_num",
            "pageE": "form>.spaceborder",
            "replaceE": ".maintable>table>tbody>tr>td[valign='bottom']:not([align]), .maintable.maintable>table>tbody>tr>td[valign='top']:not([align])"
        }
    }

Post reply

Sign in to post a reply.