Windows - Linux - Powershell
Mozilla Firefox Google Chrome Microsoft Edge uBlock Origin
Version 12/10/24
Install with winget
or use Ninite
winget install google.chrome --accept-package-agreements --accept-source-agreements
Open Chrome
Don't sign in
in the bottom right cornerSet as Default
or skip
Set default
in the Windows settings popupGot it
for the “Enhanced ad privacy in Chrome” popupChoose a theme
https://chrome.google.com/webstore/detail/just-black/aghfnjkcakhmadgdomlmlhhaocbkloab
Additional Changes
Show home button
Show bookmarks bar
Show tab groups in bookmarks bar
Automatically pin new tab groups created on any device to the bookmarks bar
Show reading list
Show apps shortcut
Customize Chrome
Shortcuts
on the leftHide Shortcuts
Privacy
Don't allow sites to see your location
Don't allow sites to send notifications
Send a "Do Not Track" request with your browsing traffic
Change Search Provider (Optional)
Change
DuckDuckGo
Set as default
Disable Casting
reg add "HKLM\Software\Policies\Google\Chrome" /v "EnableMediaRouter" /t REG_DWORD /d 0 /f
Disable Ads tracking
reg add "HKLM\Software\Policies\Google\Chrome" /v "PrivacySandboxPromptEnabled" /t REG_DWORD /d 0 /f
reg add "HKLM\Software\Policies\Google\Chrome" /v "PrivacySandboxAdTopicsEnabled" /t REG_DWORD /d 0 /f
reg add "HKLM\Software\Policies\Google\Chrome" /v "PrivacySandboxSiteEnabledAdsEnabled" /t REG_DWORD /d 0 /f
reg add "HKLM\Software\Policies\Google\Chrome" /v "PrivacySandboxAdMeasurementEnabled" /t REG_DWORD /d 0 /f
Author’s Note
Due to recent changes in Chromium-based browsers, which no longer support Manifest V2 extensions, Mozilla Firefox is now recommended for its enhanced ad-blocking capabilities. As a result, Chromium-based browsers only officially support uBlock Origin Lite, a Manifest V3-compliant extension.
Install
https://chromewebstore.google.com/detail/ublock-origin-lite/ddkjiahejlhfcafbddmgiahcphecmpfh
Add to Chrome
Add extension
Pin
Pin
buttonIncognito Mode
Details
Allow in Incognito
Configure
Source: https://chromeenterprise.google/policies/?policy=ClearBrowsingDataOnExitList
Data that can be cleared automatically
reg add "HKLM\Software\Policies\Google\Chrome" /v "SyncDisabled" /t REG_DWORD /d 1 /f
reg add "HKLM\SOFTWARE\Policies\Google\Chrome\ClearBrowsingDataOnExitList" /v 1 /t REG_SZ /d "browsing_history" /f
reg add "HKLM\SOFTWARE\Policies\Google\Chrome\ClearBrowsingDataOnExitList" /v 2 /t REG_SZ /d "download_history" /f
reg add "HKLM\SOFTWARE\Policies\Google\Chrome\ClearBrowsingDataOnExitList" /v 3 /t REG_SZ /d "cookies_and_other_site_data" /f
reg add "HKLM\SOFTWARE\Policies\Google\Chrome\ClearBrowsingDataOnExitList" /v 4 /t REG_SZ /d "cached_images_and_files" /f
reg add "HKLM\SOFTWARE\Policies\Google\Chrome\ClearBrowsingDataOnExitList" /v 5 /t REG_SZ /d "autofill" /f
reg add "HKLM\SOFTWARE\Policies\Google\Chrome\ClearBrowsingDataOnExitList" /v 6 /t REG_SZ /d "password_signin" /f
reg add "HKLM\SOFTWARE\Policies\Google\Chrome\ClearBrowsingDataOnExitList" /v 7 /t REG_SZ /d "site_settings" /f
reg add "HKLM\SOFTWARE\Policies\Google\Chrome\ClearBrowsingDataOnExitList" /v 8 /t REG_SZ /d "hosted_app_data" /f