mirror of
https://github.com/XIU2/UserScript.git
synced 2026-07-09 10:55:22 +00:00
新增 [漫漫聚] 支持; 优化 规则
This commit is contained in:
+7
-3
@@ -3,7 +3,7 @@
|
||||
// @name:zh-CN 自动无缝翻页
|
||||
// @name:zh-TW 自動無縫翻頁
|
||||
// @name:en AutoPager
|
||||
// @version 5.5.9
|
||||
// @version 5.6.0
|
||||
// @author X.I.U
|
||||
// @description ⭐无缝衔接下一页内容到网页底部(类似瀑布流)⭐,目前支持:【所有「Discuz!、Flarum、phpBB、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(以上仅一小部分,更多的写不下了...
|
||||
// @description:zh-TW ⭐無縫銜接下一頁內容到網頁底部(類似瀑布流)⭐,支持各論壇、社交、遊戲、漫畫、小說、學術、搜索引擎(Google、Bing、Yahoo...) 等網站~
|
||||
@@ -821,6 +821,7 @@ function: {
|
||||
nextL: cartoonmad_nextL,
|
||||
pageE: 'body > table > tbody > tr:nth-child(4) > td > table > tbody > tr:first-child > td:first-child img',
|
||||
replaceE: 'body > table > tbody > tr:nth-child(2), body > table > tbody > tr:nth-child(5)',
|
||||
interval: 0,
|
||||
scrollD: 2000
|
||||
}
|
||||
}, // 动漫狂
|
||||
@@ -1321,6 +1322,7 @@ function: {
|
||||
pageE: '.comicpage > div',
|
||||
insertP: ['.comicpage', 3],
|
||||
replaceE: '.fanye,h1.title',
|
||||
interval: 0,
|
||||
scrollD: 2000
|
||||
},
|
||||
function: {
|
||||
@@ -1480,7 +1482,8 @@ function: {
|
||||
type: 4,
|
||||
nextL: coolkeyan_nextL,
|
||||
insertP: ['//div[contains(@class, "q-img__image")][last()]', 4],
|
||||
insertE: coolkeyan_insertE
|
||||
insertE: coolkeyan_insertE,
|
||||
interval: 0
|
||||
}
|
||||
}, // 酷科研
|
||||
nsfc: {
|
||||
@@ -1491,7 +1494,8 @@ function: {
|
||||
type: 4,
|
||||
nextL: nsfc_nextL,
|
||||
insertP: ['#pageNoUl', 1],
|
||||
insertE: nsfc_insertE
|
||||
insertE: nsfc_insertE,
|
||||
interval: 0
|
||||
}
|
||||
} // 国家自然科学基金
|
||||
};
|
||||
|
||||
@@ -2576,6 +2576,19 @@
|
||||
"scrollD": 2000
|
||||
}
|
||||
},
|
||||
"漫漫聚": {
|
||||
"host": "www.manmanju.com",
|
||||
"url": "/^\\/comiclist\\/\\d+\\/\\d+\\/\\d+\\.htm$/",
|
||||
"history": true,
|
||||
"pager": {
|
||||
"type": 6,
|
||||
"nextL": "//a[./img[@src='/images/d.gif']][not(@href='/exit/exit.htm')]",
|
||||
"pageE": "//a/img[@src][not(contains(@src,'.gif'))]",
|
||||
"replaceE": "//a[./img[@src='/images/d.gif']]",
|
||||
"loadTime": 200,
|
||||
"scrollD": 2000
|
||||
}
|
||||
},
|
||||
"言耽社": {
|
||||
"host": "yandanshe.com",
|
||||
"url": "/^\\/\\d+\\//",
|
||||
|
||||
Reference in New Issue
Block a user