I'm keen to see this simple script, and to understand why it's simple given that ublock origin finds it hard.
Ublock origin doesnt use javascript. The script just involves a tree traversal of the dom and removal of any node that says ad.
The issue is facebook obfuscates selectors so you cant easily do it the way ublock prefers.
Ublock origin doesnt use javascript. The script just involves a tree traversal of the dom and removal of any node that says ad.
The issue is facebook obfuscates selectors so you cant easily do it the way ublock prefers.