Show
Ignore:
Timestamp:
07/29/08 20:45:44 (4 months ago)
Author:
cho45
Message:

reply の仕様変更に追従 http://d.hatena.ne.jp/hatenahaiku/20080729/1217326614

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/javascript/userscripts/hatena.haiku.expandrepliestree.user.js

    r6862 r16803  
    6565                                function appendAndLoadNext (e) { 
    6666                                        a.style.opacity = "0.2"; 
    67                                         $X("./div[@class='list-body']/div/a[img[@src='/images/icon-replylink.gif']]", e)[0].style.opacity = "0.2"; 
     67                                        $X("./div[@class='list-body']/div/a[img[@src='/images/icon-replieslink.gif']]", e)[0].style.opacity = "0.2"; 
    6868                                        body.appendChild(applyJavaScript(e)); 
    6969                                        return wait(WAIT).next(function () { 
     
    8888 
    8989        function expandReplies (entry) { 
    90                 var a    = $X("./div[@class='list-body']/div/a[img[@src='/images/icon-replylink.gif']]", entry)[0]; 
     90                var a    = $X("./div[@class='list-body']/div/a[img[@src='/images/icon-replieslink.gif']]", entry)[0]; 
    9191                var raw_href = $X("string(@href)", a); 
    9292                var es = $X("//div[@class='entry' and .//span[@class='timestamp']/a[@href = '"+raw_href+"']]");