firefox userChrome.js greasemonkeyスレ 6
■ このスレッドは過去ログ倉庫に格納されています
0744名無しさん@お腹いっぱい。
2008/12/17(水) 00:03:42ID:gyzlI5d80window.moveTo(1000,1000);
gBrowser.removeTab(gBrowser.mCurrentTab);
window.minimize();
window.addEventListener("focus", xfocus, true);
function xfocus(event){
window.removeEventListener("focus", arguments.callee, true);
window.screenX = b.x;
window.screenY = b.y;
if (b.state == "maximized")
window.maximize();
}
■ このスレッドは過去ログ倉庫に格納されています