wedata

Database: AutoPagerize

Item Details: Microsoft Blog

url ^https://devblogs\.microsoft\.com/
nextLink //a[contains(@class,"next page-link")]
pageElement id('most-recent')/article | //div[contains(@class, "landing-content-wrapper")]//article | //div[contains(@class, "search-results-col")]//article
exampleUrl https://devblogs.microsoft.com/oldnewthing/ https://devblogs.microsoft.com/ https://devblogs.microsoft.com/search?query=update
bookmarklet Array.prototype.forEach.call(document.querySelectorAll('img'), function(img) { var lazySrc = img.hasAttribute('data-src') ? img.getAttribute('data-src') : img.getAttribute('data-lazy-src'); if (lazySrc) { img.src = lazySrc;} });
Stylus .autopagerize_page_separator~article [data-lazy-src]{display:block !important;}

History

Back