speed reading speedup
by
taizooo
2014-03-19 [2014/03/19 09:23:35]
速読ウェブサービス hitode909.appspot.com/speed_reading スクロールスピード変更
-
/*
* @title speed reading speedup
* @description 速読ウェブサービス hitode909.appspot.com/speed_reading スクロールスピード変更
* @include http://hitode909.appspot.com/speed_reading/
* @license MIT License
* @javascript_url
*/
// for http://hitode909.appspot.com/speed_reading/
(function () {
var line = document.querySelectorAll('marquee');
var speed = window.prompt("speed", "");
[].forEach.call(line, function (n) {
n.scrollAmount = speed
});
})()
-
- Permalink
- このページへの個別リンクです。
- RAW
- 書かれたコードへの直接のリンクです。
- Packed
- 文字列が圧縮された書かれたコードへのリンクです。
- Userscript
- Greasemonkey 等で利用する場合の .user.js へのリンクです。
- Loader
- @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
- Metadata
- コード中にコメントで @xxx と書かれたメタデータの JSON です。