Database: AutoPagerize
Item Details: NAVERまとめ
url | ^https://matome\.naver\.jp/ |
---|---|
nextLink | //div[contains(@class,"MdPagination0")]/strong/following-sibling::a[1][not(@href="#")] |
pageElement | //li[@class="mdTopMTMList01Item"]|//div[@class="MdMTMWidgetList01"]/div |
exampleUrl | https://matome.naver.jp/ https://matome.naver.jp/odai/2152474584133964301 https://matome.naver.jp/odai/2155404906453879201 |
bookmarklet | var result = document.evaluate('//div[contains(@class,"MdPagination0")]/strong/following-sibling::a',document, null, 7, null); var result2 = document.evaluate('//link[@rel="canonical"]',document, null, 7, null); for(var i=0;i<result.snapshotLength;i++) { result.snapshotItem(i).href=result2.snapshotItem(0).href+"?page="+result.snapshotItem(i).childNodes[0].nodeValue; } |
History
- Delete 2019-04-29T21:41:21+09:00 by jigendaddy_be
- Update 2019-04-29T21:41:13+09:00 by jigendaddy_be
- Update 2018-07-06T08:13:20+09:00 by jigendaddy_be
- Update 2018-04-27T21:39:17+09:00 by jigendaddy_be
- Create 2018-04-27T21:38:37+09:00 by jigendaddy_be