Brave-Detection-Blocker-Chr.../block-script.js

4 lines
77 B
JavaScript

if(window?.navigator?.brave) {
delete window.navigator.__proto__.brave
}