自动无缝翻页

⭐无缝加载 下一页内容 至网页底部(类似瀑布流,无限滚动,无需手动点击下一页)⭐,目前支持:【所有「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(以上仅一小部分常见网站,更多的写不下了...

< 脚本自动无缝翻页的反馈

评价:好评 - 脚本运行良好

§
发表于:2023-03-13

申请支持 https://neace.xyz/ 谢谢

§
发表于:2023-03-15
编辑于:2023-03-15
	"NEXE channels/models": {
		"host": [
			"neace.xyz",
			"nehen.xyz"
		],
		"url": "/^\\/(models|channels)/",
		"pager": {
			"nextL": "//li[a/@class='active']/following-sibling::li[1][not(@title)]/a",
			"pageE": ".margin-top-sm>.hex,.padding-lr-sm>.hex",
			"replaceE": ".pagination"
		},
		"function": {
			"bF": "pageE[0].querySelectorAll('div.media[data-src]').forEach(div=>{div.style.width=div.dataset.width;div.style.height=div.dataset.height+'px';div.style.backgroundImage=`url('${div.dataset.src}')`;div.removeAttribute('data-src');div.removeAttribute('data-height');div.removeAttribute('data-width');div.classList.remove('loading')});return pageE"
		}
	},
	"NEXE": {
		"host": [
			"neace.xyz",
			"nehen.xyz"
		],
		"url": "/^\\/(\\?forwarding.+|best.+|search.+|index.+|amateur.+|danmaku.*|keywords.*)?$/",
		"pager": {
			"nextL": "//li[a/@class='active']/following-sibling::li[1][not(@title)]/a",
			"pageE": ".margin-top-sm>.hex,.hot-keywords",
			"replaceE": ".pagination"
		},
		"function": {
			"bF": "pageE[0].querySelectorAll('div.media[data-thumb]').forEach(div=>{div.style.backgroundImage=`url('${div.dataset.src}')`;div.removeAttribute('data-src');div.classList.remove('loading')});return pageE"
		}
	}

发表回复

登录以发表回复。