Changeset 3372
- Timestamp:
- 12/20/07 21:12:42 (5 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/javascript/userscripts/hatena.haiku.expandrepliestree.user.js
r3371 r3372 6 6 7 7 (function () { with (D()) { 8 const WAIT = 1; 8 9 const ICON = <><![CDATA[ 9 10 data:image/png;base64, … … 14 15 1JaeDF8WzSMCBiKqHq0AAAAASUVORK5CYII= 15 16 ]]></>.toString().replace(/\s+/g, ""); 17 16 18 GM_addStyle([ 17 19 "div.info .expand a {", … … 70 72 function appendAndLoadNext (e) { 71 73 body.appendChild(applyJavaScript(e)); 72 return wait( 1).next(function () {74 return wait(WAIT).next(function () { 73 75 return call(expandChildReplies, e); 74 76 }); … … 102 104 entry.parentNode.insertBefore(e, entry); 103 105 body.appendChild(entry); 104 return wait( 1).next(function () {106 return wait(WAIT).next(function () { 105 107 return call(expandReplies, e); 106 108 }); … … 141 143 num = n; 142 144 } 143 return wait( 1).next(arguments.callee);145 return wait(WAIT).next(arguments.callee); 144 146 }). 145 147 error(function (e) {
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)