SlimBrave is a powerful PowerShell script designed for Windows users to streamline their Brave Browser experience by toggling and configuring unwanted features. With SlimBrave, you can easily disable or enable various Brave functionalities, customize settings, and improve privacy.
Click here to view
-
Disable Brave Rewards
Brave's reward system. -
Disable Brave Wallet
Brave's Wallet feature for managing cryptocurrencies. -
Disable Brave VPN
Brave's VPN feature for "enhanced" privacy. -
Disable Brave AI Chat
Brave's integrated AI Chat feature. -
Disable Password Manager
Brave's built-in password manager for website login credentials. -
Disable Tor
Tor functionality for "anonymous" browsing. -
Set DNS Over HTTPS Mode
Set the DNS Over HTTPS mode (options include automatic or off) to ensure private browsing with secure DNS queries. -
Disable Sync
Sync functionality that synchronizes your data across devices. -
Telemetry & Reporting Controls
Disable metrics reporting, safe browsing reporting, and data collection. -
Privacy & Security Options
Manage autofill, WebRTC, QUIC protocol, and more. -
Performance Optimization
Disable background processes and unnecessary features. -
Enable Do Not Track
Forces Do Not Track header for all browsing. -
Force Google SafeSearch
Enforces SafeSearch across Google searches. -
Disable IPFS
Disables InterPlanetary File System support. -
Disable Spellcheck
Disables browser spellcheck functionality. -
Disable Browser Sign-in
Prevents browser account sign-in. -
Disable Printing
Disables web page printing capability. -
Disable Incognito Mode
Blocks private browsing/incognito mode. -
Disable Default Browser Prompt
Stops Brave from asking to be default browser. -
Disable Developer Tools
Blocks access to developer tools. -
Always Open PDF Externally
Forces PDFs to open in external applications. -
Disable Brave Shields
Turns off Brave's built-in Shields protection.
iwr "https://raw.githubusercontent.com/ltx0101/SlimBrave/main/SlimBrave.ps1" -OutFile "SlimBrave.ps1"; .\SlimBrave.ps1
Requirements
- Windows 10/11
- PowerShell
- Administrator privileges
Error "Running Scripts is Disabled on this System"
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned
🌟 Like this project? Give it a star! 🌟
💻 Want to contribute? PRs are welcome! 💻
In an era of increasingly bloated browsers, SlimBrave puts you back in control:
- 🚀 Faster browsing by removing unnecessary features
- 🛡️ Enhanced privacy through granular controls
- ⚙️ Transparent customization without hidden settings
- Add preset configurations (Privacy, Performance, etc.)
- Create backup/restore functionality
- Add support for Linux/Mac (WIP)
Made with ❤️ and PowerShell