Sending Page to Kindle From Vimperator

Lets add new command for sending page to your Kindle via Vimperator console (it uses fivefilters API):

command kindle :javascript openURL('http://fivefilters.org/kindle-it/send.php?url=' + encodeURI(liberator.modules.buffer.URL))

Add this line to your .vimperatorrc, open any page and type :kindle

»