Changeset 3371
- Timestamp:
- 12/20/07 21:06:13 (6 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/javascript/userscripts/hatena.haiku.expandrepliestree.user.js
r3369 r3371 81 81 var es = $X("//li[@class='entry' and .//span[@class='timestamp']/a[@href = '"+raw_href+"']]"); 82 82 83 // remove expand link84 83 $X(".//span[@class='expand']", entry).forEach(function (e) { 85 e. parentNode.removeChild(e);84 e.innerHTML = "Loading..."; 86 85 }); 87 86 return parallel([ … … 91 90 return parallel($X(".//ul[@class='list']/li[@class='entry']", t).map(appendAndLoadNext)); 92 91 }), 93 ]); 92 ]). 93 next(function () { 94 $X(".//span[@class='expand']", entry).forEach(function (e) { 95 e.parentNode.removeChild(e); 96 }); 97 }); 94 98 95 99 function appendAndLoadNext (e) {
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)