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: Good - script works

§
Posted: 13.03.2023

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

§
Posted: 15.03.2023
Edited: 15.03.2023
	"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"
		}
	}

Post reply

Sign in to post a reply.