2006年 10月 20日

window.open quick hack

	unsafeWindow.open = function (url) {
		GM_openInTab(url);
	};