url |
^https?://(www\.)?kyoto-np\.co\.jp/ |
nextLink |
//link[@rel="next"] |
pageElement |
//ul[@class="pagination"]/preceding-sibling::div[1]/article | //div[contains(@class,"article-body")] |
exampleUrl |
https://www.kyoto-np.co.jp/search?fulltext=dvd
https://www.kyoto-np.co.jp/articles/-/211803 |
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');} }); |