/** * 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 <refslogtreecommitdiffstats
blob: e8a5d3e048cfedc9f9bac4155e1894419953e071 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26