DomainProtect icon indicating copy to clipboard operation
DomainProtect copied to clipboard

Protect domains from malicious browser extensions

DomainProtect

Protect domains from malicious browser extensions.
Works by blacklisting extensions for chosen domains (also supports per extension scope) :D
This is to prevent permission abuse like https://chris.partridge.tech/2020/extensions-the-next-generation-of-malware/help-for-users/
Check to see if its working by going to chrome://policy/ (reload if needed)
Currently supported browsers: Chrome, Firefox, Edge, Brave, Vivaldi, Chromium

How to fix “execution of scripts is disabled on this system.”

Run Set-ExecutionPolicy Bypass in powershell as admin or run start.bat, start-firefox.bat

Why powershell?

Because its already installed for devices running windows and the code is easily viewable.