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: चांगली - स्क्रिप्ट चालते

X.I.Uलेखक
§
पोस्ट केले: 2022-11-10

原来你已经在这里发过了呀,那你就没必要再去跑 Github 发一遍请求呀。。。

既然都给你写了,就复制过来在这里发出来一遍,给需要的人看到吧。


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

    "山西小说网": {
        "host": "m.shanxixse.com",
        "url": "/^\\/html\\/\\d+\\/\\d+\\/\\d+/",
        "pager": {
            "nextL": "js;if(fun.getCSS('#pt_next[onclick]')){return (location.origin + fun.getCSS('#pt_next[onclick]').getAttribute('onclick').replace(/^.+\\(\\[/,'').replace('])','').replaceAll('\"','').split(',').join('/'))}",
            "pageE": "#nr1>p",
            "replaceE": ".nr_page",
            "scrollD": 2000
        }
    }

scrollD 值越大,越早触发翻页,可自行根据需求调整

उत्तर पोस्ट करा

उत्तर पोस्ट करण्यासाठी साइन इन करा.