Changeset 17021 for lang/javascript/userscripts
- Timestamp:
- 08/03/08 16:42:49 (4 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/javascript/userscripts/hatena.haiku.expandrepliestree.user.js
r17020 r17021 110 110 111 111 $X("./div[@class='list-body']/div[@class='info']/span[@class='replies']/a[@href]", e).forEach(function (a) { 112 log(a);113 112 // 既にロードされているなら半透明にしとく 114 113 var raw_href = $X("string(@href)", a); … … 304 303 // $X(exp, context, type); 305 304 function $X (exp, context, type /* want type */) { 305 // @class='' を展開する 306 306 exp = exp.replace(/@class\s*=\s*(?:"([^"]+)"|'([^']+)')/g, "contains(concat(' ', @class, ' '), ' $1$2 ')"); 307 log(String(exp)); 307 308 308 if (typeof context == "function") { 309 309 type = context;
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)