Firefox userChrome.js greasemonkeyスクリプトスレ22
■ このスレッドは過去ログ倉庫に格納されています
0592名無しさん@お腹いっぱい。
2013/02/02(土) 18:42:41.25ID:EnziOP9h0openUILink('about:config', event,false, true);
Initialization code
this.onclick = function(aEvent) {
if (aEvent.button == 1) {
var fn = new Function("event", this.getAttribute("cb-oncommand"));
fn.call(this, aEvent);
}
}
■ このスレッドは過去ログ倉庫に格納されています