Changeset 26136
- Timestamp:
- 12/08/08 23:04:26 (4 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/javascript/userscripts/sharetwitteronhatenadiary.user.js
r22647 r26136 77 77 }); 78 78 // scrape status 79 var body = normalizeText($X('// div[@class="desc-inner"]/p[1]//text()', doc));79 var body = normalizeText($X('//span[@class="entry-content"]//text()', doc)); 80 80 var name = aURL.match('https?://(?:(?:explore|m)\\.)?twitter\\.com/([^/]+)')[1]; 81 81 var nick = normalizeText($X('//div[@class="full-name"]/text()', doc)); … … 208 208 return [ 209 209 '', 210 '<a href="http://twitter.com/' + stat.name + '"><img src="http:// img.twitty.jp/twitter/user/' + stat.name + '/m.gif" hight=32 width=32></a>|' + '<a href="http://twitter.com/' + stat.name + '">' + stat.nick + '<br>' + stat.name + '</a>',210 '<a href="http://twitter.com/' + stat.name + '"><img src="http://usericons.relucks.org/twitter/' + stat.name + '" hight=32 width=32></a>|' + '<a href="http://twitter.com/' + stat.name + '">' + stat.nick + '<br>' + stat.name + '</a>', 211 211 stat.tweet.replace(/\|/g, '|'), 212 212 '<a href="' + stat.permalink + '">link</a>',
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)