[
  {
    "path": "README.md",
    "content": "# brave-debullshitinator\nRemoves unnecessary bloat from Brave Browser.\n\n-------\n\n# What is disabled?\n\nThe following items are disabled by appling brave debullshitinator:\n\n* Brave rewards & Wallet\n* Brave VPN\n* Brave AI/Leo (some people may like Leo, in which case you can reenable it following the [customization guide](https://github.com/MulesGaming/brave-debullshitinator/wiki/Customization))\n* Changes Brave's ad-ridden homepage to [search.brave.com](https://search.brave.com) (*Only available on linux*)\n* Disables the password manager (I recommend using a third party password manager such as [Bitwarden](https://bitwarden.com) or [Proton Pass](https://proton.me/pass) that isn't tied to Brave sync or any one browser.)\n* Disabled Brave's Tor integration as it is insecure.\n\n-------\n\n# How does it work?\n\nBrave debullshitinator uses [group policies](https://support.brave.com/hc/en-us/articles/360039248271-Group-Policy) typically used to manage organisations browsers to force disable fetures. Group policies are the only way to completly hide these fetures from settings and context menus.\n\n-------\n\n# Installation\n\nWindows: https://github.com/MulesGaming/brave-debullshitinator/wiki/Installation-instructions#windows\nNote: I recommend using Slim Brace if your on windows as it does a similar thing as [brave debullshitinator](https://github.com/ltx0101/SlimBrave) but provides more customization via a gui.\n\nMacOS: We currently do not officaly support MacOS, however testers for it would be appreciated. Please see [pull request #6](https://github.com/MulesGaming/brave-debullshitinator/pull/6) for more information if you are interested in bringing this tool to Mac.\n\nLinux: https://github.com/MulesGaming/brave-debullshitinator/wiki/Installation-instructions#linux\n\n-------\n\n# Customizing\n\n[Please see the wiki for instructions on how to change modifications.](https://github.com/MulesGaming/brave-debullshitinator/wiki/Customization)\n\n# Additional Resources\n\nYou can check out similar tools [here](https://github.com/MulesGaming/brave-debullshitinator/wiki/Additional-Resources#other-tools) and see domains to blacklist with your dns [here](https://github.com/MulesGaming/brave-debullshitinator/wiki/Additional-Resources#brave-telemetrytracking-dns-blacklists)\n"
  },
  {
    "path": "brave-bullshitinator-linux-install.sh",
    "content": "# Start\necho \"Starting Brave debullshitinator installer\"\necho \"Brave debullshitinator is made by Mules Gaming. Find it here: https://github.com/MulesGaming/brave-debullshitinator\"\n# Make dir\nsudo mkdir /etc/brave/policies/managed -p\n# Download file\nwget https://github.com/MulesGaming/brave-debullshitinator/releases/download/1.0.4/brave_debullshitinator-policies.json\nsudo cp brave_debullshitinator-policies.json /etc/brave/policies/managed\nrm brave_debullshitinator-policies.json\n# End\necho \"Brave debullshitinator installed\"\n"
  },
  {
    "path": "brave_debullshitinator-policies.reg",
    "content": "Windows Registry Editor Version 5.00\n; brave version: 127.1.69.73\n\n[HKEY_LOCAL_MACHINE\\Software\\Policies\\BraveSoftware\\Brave]\n\"BraveRewardsDisabled\"=dword:00000001\n\"BraveWalletDisabled\"=dword:00000001\n\"BraveVPNDisabled\"=dword:00000001\n\"BraveAIChatEnabled\"=dword:00000000\n\"PasswordManagerEnabled\"=dword:00000000\n\"TorDisabled\"=dword:00000001\n\"DnsOverHttpsMode\"=\"automatic\"\n"
  },
  {
    "path": "policies.json",
    "content": "{\n    \"BraveRewardsDisabled\": true,\n    \"BraveWalletDisabled\": true,\n    \"BraveVPNDisabled\": 1,\n    \"BraveAIChatEnabled\": false,\n    \"NewTabPageLocation\": \"https://search.brave.com\",\n    \"TorDisabled\": true,\n    \"PasswordManagerEnabled\": false,\n    \"DnsOverHttpsMode\": \"automatic\"\n}\n"
  }
]