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-10-12

麻烦大佬了

X.I.UAuthor
§
Posted: 2022-10-13

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

    "厂长资源": {
        "host": "www.czspp.com",
        "url": "return (fun.getCSS('a.current+a') && fun.getCSS('.bt_img'))",
        "style": ".bt_img>ul>li>a {height: 337.778px;}",
        "pager": {
            "nextL": "a.current+a",
            "pageE": ".bt_img>ul",
            "replaceE": ".pagenavi_txt",
            "scrollD": 2000
        },
        "function": {
            "bF": "return fun.src_bF(pageE)"
        }
    },
    "电影狗": {
        "host": "www.dianyinggou.com",
        "url": "return (fun.getCSS('.mainPage') && fun.getCSS('.movies'))",
        "pager": {
            "nextL": ".mainPage>li.selected+li>a",
            "pageE": ".movies",
            "replaceE": ".mainPage",
            "scrollD": 2000
        },
        "function": {
            "bF": "return fun.src_bF(pageE, [0,'img[data-url]','data-url'])"
        }
    }

scrollD 值越大,越早触发翻页

Post reply

Sign in to post a reply.