⭐无缝加载 下一页内容 至网页底部(类似瀑布流,无限滚动,无需手动点击下一页)⭐,目前支持:【所有「Discuz!、Flarum、phpBB、MyBB、Xiuno、XenForo、NexusPHP...」论坛】【百度、谷歌(Google)、必应(Bing)、搜狗、微信、360、Yahoo、Yandex 等搜索引擎...】、贴吧、豆瓣、知乎、NGA、V2EX、起点中文、千图网、千库网、Pixabay、Pixiv、3DM、游侠网、游民星空、NexusMods、Steam 创意工坊、CS.RIN.RU、RuTracker、BT之家、萌番组、动漫花园、樱花动漫、爱恋动漫、AGE 动漫、Nyaa、SrkBT、RARBG、SubHD、423Down、不死鸟、扩展迷、小众软件、【动漫狂、动漫屋、漫画猫、漫画屋、漫画 DB、HiComic、Mangabz、Xmanhua 等漫画网站...】、PubMed、Z-Library、GreasyFork、Github、StackOverflow(以上仅一小部分常见网站,更多的写不下了...
这网站似乎带页码的页面很多,我精力有限一般只考虑制作重点页面,这种网站请提供你想要添加支持的具体网页 URL 地址。
搜索:https://search.mcmod.cn/s?key=HMCL
短评区:https://www.mcmod.cn/class/7305.html(模组页面),https://www.mcmod.cn/modpack/438.html(整合包页面)
审核列表:https://www.mcmod.cn/verify.html?starttime=1643126400&endtime=1674662400&order=verifytime
编辑历史记录:https://www.mcmod.cn/history.html?starttime=1643126400&endtime=1674662400
模组检索:https://www.mcmod.cn/modlist.html
上面的是我常用的
成就生成器:https://www.mcmod.cn/tools/achievements
神秘代码:https://www.mcmod.cn/tools/secretcode/
矿物/自然资源分布图:https://www.mcmod.cn/worldgen.html
基本上就是这些,部分链接似乎页面的逻辑都是一样的,改下链接应该就行(的吧()
谢谢啦Thanks♪(・ω・)ノ
复制粘贴到脚本 自定义翻页规则
默认的 { }
中间保存(浏览器右上角 Tampermonkey 扩展图标内的脚本菜单)
"mcmod.cn": {
"host": [
"www.mcmod.cn",
"search.mcmod.cn"
],
"url": "/^\\/((modlist|worldgen|verify|history)\\.html|s)/",
"style": "[data-name='worldgen-list']+.common-comment-block {display: none !important;}",
"pager": {
"nextL": ".page-item.active+.page-item>a",
"pageE": ".modlist-list-frame>.modlist-block, .worldgen-list, .verify-list-list-table>tbody>tr, .history-list-frame, .search-result-list",
"replaceE": ".pagination:not([data-name='comment-list'])",
"scrollD": 2000
}
}
挨个看了一遍,只有这五个页面可以添加支持,其他的都是动态加载内容(评论区)。
/s
/modlist.html
/worldgen.html
/verify.html
/history.html
其中 worldgen 页为了避免底部评论区影响翻页,我用 style 规则将其屏蔽了。
scrollD
值越大越早触发翻页,可自行调整。
请问这个是不会加到自动更新规则里面了吗
会,不过我一般是先把规则发出来让你们先用着,因为外置翻页规则是有缓存的,我加进去更新你们那边可能还需要等会儿才行,而且我可能不会第一时间就加进去,比如我可能还在同时写其他规则等情况。
希望能支持下 https://www.mcmod.cn/ Thanks♪(・ω・)ノ