2006年 12月 22日

たまに悲しい

	if (location.href == 'http://reader.livedoor.com/reader/') {
		window.addEventListener('beforeunload', function (e) {
			e.preventDefault();
			e.stopPropagation();
		}, true);
	}

ユーザスクリプトを分離するのがめんどい。

JS の Array.prototype.concat は破壊的じゃないんだよ!!!!

まじはまって20分ぐらい損した。。。sinitize