-
-
Notifications
You must be signed in to change notification settings - Fork 191
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Filters not being injected in dynamically created iframes #1860
Comments
This should be dealing with this in theory, but this line is never reached when we need it to be. AdNauseam/src/js/contentscript.js Lines 1530 to 1539 in 709a8eb
because result is null.AdNauseam/src/js/contentscript.js Lines 1498 to 1511 in 709a8eb
|
We need a test case to confirm this behavior:
|
Some info can be found in this discussion as well: gorhill#1740 |
glad you found this one :) see also: uBlockOrigin/uBlock-issues#688 I'm going to rename this to 'dynamically-created', unless there is some other case for empty src |
@dhowe found another example: http://mazystreams.xyz/event/manchester-city-vs-chelsea/s1.php I can confirm this is happening since when thying to hide the ad above in Adnauseam, doesn't matter how much i add blocking filters even with I'm adding a high priority since this is the cause of a huge amount of ads appearing with Adnauseam. Adnauseam, ad frame in uBlock Origin, ad frame |
At least in the case of chrome it was suposed to be happening here: AdNauseam/platform/chromium/vapi-background.js Lines 1416 to 1420 in 5ada7ba
|
Tested, closing |
It seems that we are not being able to add all the filters we need inside empty src iframes.
This is a theoretical test case. But it seems to be not hiding on Chrome and on Firefox the ad is not even rendered for some reason (might be an issue with the test script).
I suspect this is related to this issue: #1844
The text was updated successfully, but these errors were encountered: