Conkeror now has a feature like this.. a bit of a different
implementation, but you can use it like this:
require('eye-guide.js');
define_key(content_buffer_normal_keymap, "space", "eye-guide-scroll-down");
define_key(content_buffer_normal_keymap, "back_space", "eye-guide-scroll-up");
--
John Foerch