Description
AdNauseam is currently failing to block several ad units on playground.ru. The ads bypass the filters and are fully visible on the site (including user profiles and main pages).
Steps to Reproduce
- Ensure AdNauseam is enabled.
- Visit
https://www.playground.ru/news or a user profile like https://users.playground.ru/tnt/posts.
- Scroll through the page and notice the unblocked ad banners.
Unblocked Ad Units Found in DOM:
Looking at the page source, the following ad elements are successfully loading:
- Yandex RTB blocks:
<div id="yandex_rtb_R-A-471349-2">
- AdFox vertical banners:
<div class="adfox-vertical" id="adfox_...">
- AdZone/Rutube video banners:
<iframe src="https://cdn.bazr.ru/videocontent/RUTUBE/...">
Logger Output
The logger shows that some Yandex defusers (initPcode, renderDirect, Rtb) are injected, but they are not preventing the ads from rendering:
16:02:36 [mc.yandex.ru][set-constant ⁝ Object.prototype.Rtb ⁝ undefined] Trap installed
16:02:36 [mc.yandex.ru][set-constant ⁝ Object.prototype.renderDirect ⁝ undefined] Trap installed
16:02:36 [mc.yandex.ru][set-constant ⁝ Object.prototype.initPcode ⁝ undefined] Trap installed
16:02:36 +js(remove-node-text, script, DistributionLinkBro) mc.yandex.ru get scriptlet https://mc.yandex.ru/metrika/match.html
16:02:36 +js(json-prune, direct rtb seatbid data.*.attributes.blockId) mc.yandex.ru get scriptlet https://mc.yandex.ru/metrika/match.html
16:02:36 +js(prevent-xhr, yabs.yandex.ru/count/) mc.yandex.ru get scriptlet https://mc.yandex.ru/metrika/match.html
16:02:36 [aflt.market.yandex.ru][set-constant ⁝ Object.prototype.Rtb ⁝ undefined] Trap installed
Description
AdNauseam is currently failing to block several ad units on
playground.ru. The ads bypass the filters and are fully visible on the site (including user profiles and main pages).Steps to Reproduce
https://www.playground.ru/newsor a user profile likehttps://users.playground.ru/tnt/posts.Unblocked Ad Units Found in DOM:
Looking at the page source, the following ad elements are successfully loading:
<div id="yandex_rtb_R-A-471349-2"><div class="adfox-vertical" id="adfox_..."><iframe src="https://cdn.bazr.ru/videocontent/RUTUBE/...">Logger Output
The logger shows that some Yandex defusers (
initPcode,renderDirect,Rtb) are injected, but they are not preventing the ads from rendering: