Changeset 3290 for lang/javascript/bookmarklets
- Timestamp:
- 12/18/07 22:10:33 (5 years ago)
- 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); 1 2 // ==UserScript== 2 3 // @name Auto load new entries … … 11 12 next(function main () { 12 13 var ref = $X("li[not(.//form)][1]", container)[0]; 14 log("loading"); 13 15 return http.get(location.pathname+".body").next(function (d) { 14 16 var es = h(d.responseText); … … 20 22 } 21 23 }); 24 log("loaded.. sleep"); 22 25 return wait(15).next(main); 23 26 });
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)