/** * Auto switch Vimperator key navigation * * @author teramako teramako@gmail.com * @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 <stats
blob: 03472d3aff0abfeec217d544301b9d4b2b784aa1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18