mirror of
https://github.com/arkenfox/user.js.git
synced 2024-10-01 01:35:52 -04:00
Merge pull request #36 from ghacksuserjs/earthlng-patch-2
add accessibility.typeaheadfind
This commit is contained in:
commit
443a6cdf83
3
user.js
3
user.js
@ -1374,6 +1374,9 @@ user_pref("browser.bookmarks.showRecentlyBookmarked", false);
|
|||||||
/* 3023: disable automigrate, current default is false but may change (FF49+)
|
/* 3023: disable automigrate, current default is false but may change (FF49+)
|
||||||
* need more info, but lock down for now ***/
|
* need more info, but lock down for now ***/
|
||||||
user_pref("browser.migrate.automigrate.enabled", false);
|
user_pref("browser.migrate.automigrate.enabled", false);
|
||||||
|
/* 3024: enable "Find As You Type"
|
||||||
|
* http://kb.mozillazine.org/Accessibility.typeaheadfind ***/
|
||||||
|
// user_pref("accessibility.typeaheadfind", true);
|
||||||
|
|
||||||
/* END: internal custom pref to test for syntax errors ***/
|
/* END: internal custom pref to test for syntax errors ***/
|
||||||
user_pref("ghacks_user.js.parrot", "No no he's not dead, he's, he's restin'! Remarkable bird, the Norwegian Blue");
|
user_pref("ghacks_user.js.parrot", "No no he's not dead, he's, he's restin'! Remarkable bird, the Norwegian Blue");
|
||||||
|
Loading…
Reference in New Issue
Block a user