url |
^https://variety\.com |
nextLink |
//div[starts-with(normalize-space(@class),'o-more-link // lrv-u-text-align-right ')]/a |
pageElement |
//ul[contains(@class,'o-tease-news-list')]/li[not(.//div[contains(@id,'sponsored')])] |
exampleUrl |
https://variety.com https://variety.com/v/tv/ |
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;} }); |
Stylish |
@-moz-document url("https://variety.com/") {
img.lazy { display: inline-block !important; }
li.l-list__item figure a{padding:0;}
li.l-list__item:nth-of-type(-n+14) figure a{opacity:0;height:100%}
} |