aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormrmr19932017-04-16 15:46:33 +0100
committermrmr19932017-04-16 16:09:13 +0100
commit1190be3c0182e1a93bb67e695c4238f286910bdc (patch)
treeaac32cfa052a8b5e8e5cb826cb204a0a385882de
parent1df58a31b95705b2ea065c11af80fb2a667be1ec (diff)
downloadvimium-1190be3c0182e1a93bb67e695c4238f286910bdc.tar.bz2
Use browser independent new tab page URL (about:newtab)
-rw-r--r--lib/settings.coffee2
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.