wedata

Database: AutoPagerize

Item Details: シティヘヴン 写メ日記

url ^https?://(?:www|img)\.cityheaven\.net/.+/diarytop/
nextLink //link[@rel="next"]
pageElement //*[./p[@class="title"]]//li|id("container")
exampleUrl https://www.cityheaven.net/tokyo/diarytop/netatop/neta-12369/ https://www.cityheaven.net/tokyo/diarytop/photogallerytop/theme-116/ https://www.cityheaven.net/tokyo/diarytop/diarynewlist/
bookmarklet var result = document.evaluate('//div[@class="photogallery_img" or @class="neta_img"]//img', document, null, 7, null); for (var i = 0; i < result.snapshotLength; i++) { if (result.snapshotItem(i).dataset.echo != undefined) { result.snapshotItem(i).src = result.snapshotItem(i).dataset.echo; } }

History

Back