I am not interested in <i>bypassing</i> paywalls. I just want to browse the web as if all those paywall sites do not even exist.<p>For example, I'd be happy if any link to a paywall site is replaced by a text indicating this is filtered. I don't want to see any paywall site results in Google search, or links in Google news... etc.<p>Appreciate any pointers.
Several years ago, I wrote a Greasemonkey script to do this. I haven't used it in years, and am not sure if there's an alternative for Brave browser (my new standard).<p>It basically looked for all the "a" elements in the DOM and:<p>1. Set the href to call a JavaScript void<p>2. Set the element style's text-decoration to none<p>3. Set the element style's background color to #f3f315