Changeset 16980 for lang/javascript/userscripts
- Timestamp:
- 08/02/08 18:29:48 (4 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/javascript/userscripts/hatena.haiku.expandrepliestree.user.js
r16979 r16980 87 87 88 88 function appendAndLoadNext (e) { 89 if (e._expanded) return next();90 91 89 if (a) { 92 90 a.style.opacity = "0.2"; 93 91 a.className = "__loaded"; 94 92 } 93 94 if (e._expanded) return next(); 95 95 96 96 e = applyJavaScript(e); … … 121 121 return parallel( 122 122 $X("./div[@class='info']/span[@class='replies']/a[@href]", body).map(function (a) { 123 var raw_href = $X("string(@href)", a); 124 125 // don't show if this was showed entry 126 if (a.className == "__loaded") return next(); 127 123 128 a.style.opacity = "0.6"; 124 // don't show if this was showed entry125 var raw_href = $X("string(@href)", a);126 if (a.className == "__loaded") return next();127 129 128 130 // don't load already showed entry
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)