|
|
||
IRC: irc://irc.opera.com/japanese <--Opera 日本語ユーザのためのIRCチャンネル。
上のがつながらない場合は irc://irc.se.opera.com/japanese
前に作った覚えがあるのと kuruma さんもつくっていたけど,不具合があったような気がしたので作りなおした。
if(location.href.indexOf('http://del.icio.us') == 0) {
window.opera.addEventListener(
'BeforeScript',
function (e) {
if(e.element.getAttribute('src').match(/ui\/static\/delicious\.js/)) {
e.element.text = e.element.text.replace(/shareNo:\spostNo,/, "shareNo: postNo");
e.element.text = e.element.text.replace(/edit:\seditPost/, "");
}
},
false
);
}
del.icio.us の スクリプト自体を書き換えているので変更されたら動く保証はない。