|
|
||
IRC: irc://irc.opera.com/japanese <--Opera 日本語ユーザのためのIRCチャンネル。
上のがつながらない場合は irc://irc.se.opera.com/japanese
del.iciou.usに"for"のページへのリンクを付与。
if(location.href.indexOf('http://del.icio.us') == 0)
document.addEventListener('load',delFor,false);
user = 'del.icio.usのユーザーネーム' //del.icio.usのユーザーネームを入力
function delFor() {
var ul = document.getElementsByTagName('ul')[1];
var f = document.createElement('li');
var a = document.createElement('a');
a.href = 'http://del.icio.us/for/'+user;
a.innerHTML = 'for';
f.appendChild(a);
ul.appendChild(f);
}
Del.icio.usの新機能 - tag for two - Higé au lait
修正。