Skip to content

Commit

Permalink
feat: disable onboarding welcome page
Browse files Browse the repository at this point in the history
  • Loading branch information
fboulnois authored Oct 20, 2022
1 parent 8735610 commit 5fab9a9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions user.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

/* Disable about:config warning */
user_pref("browser.aboutConfig.showWarning", false);
/* Disable onboarding startup page */
user_pref("browser.aboutwelcome.enabled", false);
/* Remove default pinned tabs */
user_pref("browser.newtabpage.pinned", []);
/* Check that Firefox is the default browser */
Expand Down

0 comments on commit 5fab9a9

Please sign in to comment.