- 107 名前:名無しさん@お腹いっぱい。 mailto:sage [2010/06/12(土) 08:30:16 ID:xFtwKseu0]
- とりあえず指定されたページで動くのは、
{ url: '^octoba\.net/', nextLink: '//a[@class="nextpostslink"]', pageElement: 'id("content")/div[@class="post"]', exampleUrl: '', }, 個別の記事のページでも働かせたいのならこっち、 { url: '^octoba\.net/', nextLink: '//a[@class="nextpostslink"]|//div[@class="prevlink"]/a', pageElement: 'id("content")/div', exampleUrl: '', },
|

|