2007年 01月 10日

LDR をミカン食いながら読む

	window.addEventListener('load', function (e) {with (unsafeWindow) {
		var id = null;
		Keybind.add('t', function () {
			if (!id) {
				id  = setInterval(Control.go_next, 3000);
				message('自動モードを開始します。');
			} else {
				clearInterval(id);
				id  = null;
				message('自動モードを終了します。');
			}
		});
	}}, false);

あとでかきなおす。

ちょwこの機能もともとついてる。
Shift+次のエントリボタン。。。

http://reader.livedoor.com/js/reader_main.0.3.0.js
State.autoscroll_wait