url |
^https://[^.]+\.oricon\.co\.jp/(news|category)/ |
nextLink |
//a[i/@class='right' or @class='pager-next'] |
pageElement |
id('main_photo')|//div[@class='photo_caption photo_news']|//div[@class='block-card-list']/article |
exampleUrl |
https://www.oricon.co.jp/news/61199/photo/4/ https://www.oricon.co.jp/news/ https://www.oricon.co.jp/category/entertainment/ |
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 |
.main_photo {
visibility: visible;
} |