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: OK - script works, but has bugs

§
Posted: 22.03.2023
§
Posted: 22.03.2023
	"webtoons - 閱讀": {
		"host": "www.webtoons.com",
		"url": "if(fun.indexOF('/viewer')){document.querySelectorAll('img[data-url]').forEach(e=>{e.src=e.dataset.url});return true}",
		"pager": {
			"nextL": "//div[@class='episode_cont']//li[a[contains(@class,'on')]]/following-sibling::li[1]/a",
			"pageE": "#_imageList>img",
			"replaceE": ".episode_cont",
			"scrollE": "#bottomEpisodeList",
			"scrollD": 4000
		},
		"function": {
			"bF": "return fun.src_bF(pageE, [0,'img[data-url]','data-url'])",
			"aF": "document.querySelectorAll('#bottomEpisodeList img[data-url]').forEach(e=>{e.src=e.dataset.url})"
		}
	},
	"webtoons - 目錄": {
		"host": "www.webtoons.com",
		"url": "/list",
		"pager": {
			"nextL": "//div[@class='paginate']/a[span[@class='on']]/following-sibling::a[1]",
			"pageE": "._episodeItem",
			"replaceE": ".paginate"
		}
	}

Post reply

Sign in to post a reply.