arkenfox debugging
This commit is contained in:
parent
22f2bd2d2c
commit
fda5dcd6a2
1 changed files with 6 additions and 1 deletions
|
@ -3,4 +3,9 @@ pref("javascript.options.wasm", true); // enable WASM because element and proton
|
|||
pref("general.smoothScroll", true); // why do I have this set?
|
||||
|
||||
pref("browser.bookmarks.restore_default_bookmarks", false); // remove Fedora's default bookmarks because I never use them
|
||||
pref("browser.bookmarks.file", '');
|
||||
pref("browser.bookmarks.file", '');
|
||||
|
||||
// override blank homepage
|
||||
pref("browser.startup.page", 1);
|
||||
pref("browser.startup.homepage", "about:home");
|
||||
pref("browser.newtabpage.enabled", true);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue