October 20, 2008

// ==UserScript==
// @name LDRKeyCustomize
// @namespace http://japoscript.org/
// @include http://fastladder.com/reader/
// @include http://reader.livedoor.com/reader/
// ==/UserScript==
(function(){
var w = unsafeWindow;
var _onload = w.onload;

var onload = function(){with(w){
Keybind.add(“shift+ctrl”,null);
Keybind.add(“ctrl+shift”,null);
}}
w.onload = function(){
_onload();
onload();
}
})();

/* default settings
‘read_next_subs’  : ‘s|shift+ctrl|shift+down’,
‘read_prev_subs’  : ‘a|ctrl+shift|shift+up’,
‘read_head_subs’  : ‘w|shift+home’,
‘read_end_subs’  : ‘W|shift+end’,
‘feed_next’  : ‘>|J’,
‘feed_prev’  : ‘

とりあえずFastladderとlivedoor Readerのキーボードショートカットを変更するGreasemonkey書いた - ジャポニカ忍法帖

———

記事からのスクリプトがリンク切れになっていたので引用で転載。 愛用しています。

■追記

最後のコメント閉じが表示されないので書き加えてください。