wedata

Database: AutoPagerize

Item Details: マイナビニュース

url ^https?://news\.mynavi\.jp/
nextLink //a[@rel="next"]
pageElement //article[@class="article"]|//section[@class="box"]//*[self::tr or self::div[@class="tile3"]]
exampleUrl http://news.mynavi.jp/articles/2011/11/11/fm_interview/index.html http://news.mynavi.jp/articles/2014/10/09/windows10/ http://news.mynavi.jp/column/windows/ http://news.mynavi.jp/column/svalley/ http://news.mynavi.jp/series/thedamkeeper/002/
bookmarklet var result = document.evaluate('//a[contains(@href,"l.jpg")]', document, null, 7, null); var result2 = document.evaluate('//a[contains(@href,"l.jpg")]/img', document, null, 7, null); for(var i=0;i<result.snapshotLength;i++) { var s_url=result.snapshotItem(i).href.replace( /\/photo/gi , "" ); var s_url2=s_url.replace( /l\.jpg/gi , ".jpg" ); result2.snapshotItem(i).src = s_url2; }
comment This is a display image of the first page is repeated on the second page or later Chrome.
Stylish @-moz-document domain("news.mynavi.jp") { .autopagerize_page_separator~article blockquote:only-of-type{display:none;} }
Stylish2 @-moz-document domain("news.mynavi.jp") { /*for Chrome*/ .autopagerize_page_separator~article .center img{display:none;} .autopagerize_page_separator~article .right img{display:none;} }

History

Back