dhowe / AdNauseam

AdNauseam: Fight back against advertising surveillance
GNU General Public License v3.0
4.46k stars 187 forks source link

Not all cosmetic filter hits are shown in the Logger #2355

Closed mneunomne closed 11 months ago

mneunomne commented 11 months ago

Website: https://www.amazon.de/s?k=kettle&i=kitchen&crid=2UBVW0MXOARFX&sprefix=kettle%2Ckitchen%2C103&ref=nb_sb_noss_1

in uBlock the following filter shows from EasyList on the Logger: amazon.de##[cel_widget_id*="-creative-desktop_loom-desktop-"]

On AdNauseam the same filter is being applied, but doesn't show up in the logger.

mneunomne commented 11 months ago

Fixed with #2356. Apparently the bootstrapPhaseAdn in the contentscript was being executed too soon, before the domFilterer had all the listeners for the logger setup. This was getting in the way of solving issues with ad collection.

dhowe commented 11 months ago

Does this require a release ?

mneunomne commented 11 months ago

Yes, I'll add to the next as soon as possible.

mneunomne commented 11 months ago

Fixed, closing