From 1f545eb3d41a86cd55d2f81e2f67d9fb36e13deb Mon Sep 17 00:00:00 2001 From: wsdfhjxc Date: Sat, 18 Feb 2017 17:07:41 +0100 Subject: [PATCH] Add a pref to highlight all findings by default --- modules/libpref/init/all.js | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/libpref/init/all.js b/modules/libpref/init/all.js index 30f599a224..56878d5acd 100644 --- a/modules/libpref/init/all.js +++ b/modules/libpref/init/all.js @@ -753,6 +753,7 @@ pref("accessibility.typeaheadfind.autostart", true); // 1 - "always" (case-sensitive) // other - "auto" (case-sensitive for mixed-case input, insensitive otherwise) pref("accessibility.typeaheadfind.casesensitive", 0); +pref("accessibility.typeaheadfind.highlightallbydefault", true); pref("accessibility.typeaheadfind.linksonly", true); pref("accessibility.typeaheadfind.startlinksonly", false); pref("accessibility.typeaheadfind.timeout", 4000);