Ask HN: How can I filter out paywalls from my internet?
I am not interested in bypassing paywalls. I just want to browse the web as if all those paywall sites do not even exist.
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.
Appreciate any pointers.
6 comments
[ 2.1 ms ] story [ 23.6 ms ] threadIt basically looked for all the "a" elements in the DOM and:
1. Set the href to call a JavaScript void
2. Set the element style's text-decoration to none
3. Set the element style's background color to #f3f315