Show
Ignore:
Timestamp:
12/18/07 22:10:33 (5 years ago)
Author:
cho45
Message:

lang/javascript/userscripts/hatena.haiku.autoloadentries.user.js:

bookmarklet に

Files:
1 moved

Legend:

Unmodified
Added
Removed
  • lang/javascript/bookmarklets/hatena.haiku.autoloadentries.bookmarklet.js

    • Property svn:keywords set to HeadURL
    r3280 r3290  
     1// javascript:"$HeadURL$".replace(/http[^\s]+/,function(url,s){s=document.createElement("script");s.charset="utf-8";s.src=url;document.body.appendChild(s)});void(0); 
    12// ==UserScript== 
    23// @name        Auto load new entries 
     
    1112        next(function main () { 
    1213                var ref = $X("li[not(.//form)][1]", container)[0]; 
     14                log("loading"); 
    1315                return http.get(location.pathname+".body").next(function (d) { 
    1416                        var es = h(d.responseText); 
     
    2022                                } 
    2123                        }); 
     24                        log("loaded.. sleep"); 
    2225                        return wait(15).next(main); 
    2326                });