We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f716c30 commit c2a2345Copy full SHA for c2a2345
install.ps1
@@ -77,11 +77,7 @@ Get-ChildItem -Path $firefoxProfilesPath | ForEach-Object {
77
[PSCustomObject]@{
78
"line" = "user_pref(`"toolkit.telemetry.enabled`", false);"
79
"desc" = "Enable telemetry (disabled by default)"
80
- },
81
- [PSCustomObject]@{
82
- "line" = "user_pref(`"browser.newtabpage.activity-stream.newtabWallpapers.enabled`", true);"
83
- "desc" = "Enable New Tab page Wallpaper"
84
- }
+ }
85
)
86
$fileContent = @"
87
user_pref("toolkit.legacyUserProfileCustomizations.stylesheets", true);
0 commit comments