wedata

Database: AutoPagerize

Item Details: eiga.com

url ^https://eiga\.com/.+
nextLink //a[@class="previous icon"][//meta[@property="og:url"][contains(@content,"/news/")]]|//a[@class="next icon-after"][//meta[@property="og:url"][contains(@content,"/whatsnew/")]]
pageElement //div[@class='list-block']
exampleUrl https://eiga.com/news/ https://eiga.com/whatsnew/2/
bookmarklet Array.prototype.forEach.call(document.querySelectorAll('img'), function(img) { var lazySrc = img.hasAttribute('data-src') ? img.getAttribute('data-src') : img.getAttribute('data-original'); if (lazySrc) { img.src = lazySrc; img.classList.remove('lazy');} });
Stylus img.lazyload { opacity: 1; }

History

Back