siteinfo incomplete

  • 不完全なSITEINFO
  • 自信ない人はここへ (exampleUrlを付けてないのもここに入れておきます)

SITEINFO投稿前のチェックリスト

  • urlは正規表現で記述しましたか? ワイルドカードではありませんよ!
  • exampleUrlはつけましたか? see; http://d.hatena.ne.jp/swdyh/20071206/1196922989

Most interesting - rePhoto - http://rephoto.jpn.org/

url:          http://rephoto.jpn.org/
nextLink:     //div[@id="pagination"]/a[last()]
insertBefore: //div[@id="container"]/hr
pageElement:  //div[@id="content"]

どうでしょ?

Yahoo掲示板

url:          http://messages.yahoo.co.jp/  
nextLink:     //a[string(.)=\"\u6B21\u306E\u30E1\u30C3\u30BB\u30FC\u30B8\"]  
insertBefore: //center/table[15]/following-sibling::node()[1]  
pageElement:  //center/table[15]  

自分でここに書いたのですが動かないorz 動かないというかYahoo掲示板でAutopagerizeがonにならない。 手元で試すと動くときもあるのに。 誰か直してもらえませんか?

Yahoo Groups

url:           http://.*groups.yahoo.com/group/.+/messages/
nextLink:      //td[@class="viewright"]/a[contains(text(),">")]
pageElement:   //div[@id='ygrp-msg-ext']/div/table[@class="datatable"]
insertBefore:  //div[@id='ygrp-msg-ext']/div/table[@class="datatable"]/following-sibling::node()  
 faceFunction: function (node) {
   var pattern = /^\s*document.writeln\("\s*(.+)\s*"\);/;
   $X('.//script', node).forEach(function(script) {
     script.innerHTML.split(/\n/).forEach(function(line) {
       if(line.match(pattern)) {
         var linkStr = RegExp.$1.replace(/\\/g,'');
         var div = document.createElement('div');
         div.innerHTML = linkStr;
         var link = div.firstChild;
         if(! $S('.//a[@href="'+ link.pathname +'"]',node) ) {
           script.parentNode.replaceChild(link, script);
         }
       }
     });
   });
 }

ITアーキテクト - Technology & Programming

url:          ^http://www\.itarchitect\.jp/technology_and_programming/-/
nextLink:     //p[@class="pagenav"]/a[last()]
insertBefore: //ul[@class="related"]
pageElement:  //div[@id="nesycms"]/*[not(@class="related")]

java.net forum

url:          http://forums\.java\.net/jive/forum\.jspa.*
nextLink:     //span[@class="jive-paginator"]/a[last()]
insertBefore: //div[@class="jive-legend"]
pageElement:  //div[@class="jive-thread-list"]

Amazon 注文履歴 過去半年 or 注文状況 xxxx

https://www.amazon.co.jp/gp/css/history/view.html?ie=UTF8&startAtIndex=0&orderFilter=months-6&groupID=0

サインイン直後はURLが違うのでうまくいきません。 また、 jAutopagerize の方でしかまだテストできていないです。

url:          https://www\.amazon\.co\.jp/gp/css/history/.*
nextLink:     //strong/font[last()]/following-sibling::a
insertBefore: id("orders_shipped")/descendant::table[@cellspacing="3"][@bgcolor="#ffffff"]/following-sibling::node()
pageElement:  id("orders_shipped")/descendant::table[@cellspacing="3"][@bgcolor="#ffffff"]

DesignFlavr - Design Inspiration

url:          'http://www.designflavr.com/',
nextLink:     '//div[@class="pagination"]/a[position()=last()]',
insertBefore: 'id("leftcolumn")/following-sibling::node()',
pageElement:  'id("leftcolumn")',
exampleUrl:   http://www.designflavr.com/

The Best of Business Card Design http://www.cardonizer.com/

url:          'http://www.cardonizer.com/',
nextLink:     '//div[@class="nav-next"]/a',
exampleUrl:   http://www.cardonizer.com

HotPepper

url:          'http://www.hotpepper.jp/.+',
nextLink:     '//td[@class="icon_next_kdbc"]/a',
pageElement:  '//div[@class="item"]',
exampleUrl:   http://www.hotpepper.jp/,
changed February 16 delete history edit