Changeset 5146

Show
Ignore:
Timestamp:
01/21/08 05:57:03 (5 years ago)
Author:
cho45
Message:

lang/javascript/userscripts/gen1986.addacountinfo.user.js:

Link to skype: scheme.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/javascript/userscripts/gen1986.addacountinfo.user.js

    r5145 r5146  
    2626                        })), 
    2727                Skype : 
    28                         http.get("http://generation1986.g.hatena.ne.jp/keyword/Skype").next(genParser()) 
     28                        http.get("http://generation1986.g.hatena.ne.jp/keyword/Skype").next(genParser(function (t) { 
     29                                return h("<a href='skype:"+t+"?add'>"+t+"</a>").firstChild; 
     30                        })) 
    2931        }; 
    3032