/**
* Auto switch Vimperator key navigation
*
* @author teramako [email protected]
* @author halt feits
* @version 0.6pre
*/
(function(){
/**
* String or RegExp
* e.g)
* * /^https?:\/\/mail\.google\.com\//
* * 'http://reader.livedoor.com/reader/'
*
* The autoignorekey_pages is a string variable which can set on
* vimperatorrc as following.
*
* let autoignorekey_pages = "['http://example.com/*', 'http://example.org/*']"
*
* or your can set it using inline JavaScript.
*
* javascript <