diff options
| author | mrmr1993 | 2017-04-16 15:46:33 +0100 | 
|---|---|---|
| committer | mrmr1993 | 2017-04-16 16:09:13 +0100 | 
| commit | 1190be3c0182e1a93bb67e695c4238f286910bdc (patch) | |
| tree | aac32cfa052a8b5e8e5cb826cb204a0a385882de | |
| parent | 1df58a31b95705b2ea065c11af80fb2a667be1ec (diff) | |
| download | vimium-1190be3c0182e1a93bb67e695c4238f286910bdc.tar.bz2 | |
Use browser independent new tab page URL (about:newtab)
| -rw-r--r-- | lib/settings.coffee | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/lib/settings.coffee b/lib/settings.coffee index 6cf93618..51bb8bc4 100644 --- a/lib/settings.coffee +++ b/lib/settings.coffee @@ -171,7 +171,7 @@ Settings =        # az: http://www.amazon.com/s/?field-keywords=%s Amazon        # qw: https://www.qwant.com/?q=%s Qwant        """ -    newTabUrl: "chrome://newtab" +    newTabUrl: "about:newtab"      grabBackFocus: false      regexFindMode: false      waitForEnterForFilteredHints: false # Note: this defaults to true for new users; see below. | 
