|
|
|
|
|
by nickbail3y
3355 days ago
|
|
According to the article, current adblockers like Ublock Origin aren't searching for keywords in the page elements for ads, they're just using human maintained lookup lists? That's very surprising. I would have thought that would be the first avenue of attack for adblockers. Also, who wants to help me retrofit this thing to actually block ads? |
|
That's not quite true, uBlock Origin has the ability to block Procedural cosmetic filters [1] first introduced in version 1.8.0 [2].
These filters don't stop the network request from loading, but they do have the ability to look for target words. e.g. facebook inline feed ads can be cosmetically removed with the following filter [3]:
[1] https://github.com/gorhill/uBlock/wiki/Procedural-cosmetic-f...[2] https://github.com/gorhill/uBlock/releases/tag/1.8.0
[3] https://github.com/uBlockOrigin/uAssets/issues/233#issuecomm...