Skip to content
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

[nsfw] povxl.com: ads #26839

Closed
11 tasks done
Bug-Cache opened this issue Jan 15, 2025 · 3 comments
Closed
11 tasks done

[nsfw] povxl.com: ads #26839

Bug-Cache opened this issue Jan 15, 2025 · 3 comments
Labels
fixable by EasyList EasyList list uBOL Specific to uBlock Origin Lite

Comments

@Bug-Cache
Copy link

Prerequisites

  • This is NOT a YouTube, Facebook, Twitch or a shortener/hosting site report. These sites MUST be reported by clicking their respective links.
  • I read and understand the policy about what is a valid filter issue.
  • I verified that this issue is not a duplicate. (Use this button to find out.). Comment in the old issue threads even when they are closed or even if you have a different problem.
  • I did not remove any of the default filter lists, or I have verified that the issue was not caused by removing any of the default lists.
  • I did not enable additional filter lists, or I have verified that the issue still occurs without enabling additional filter lists.
  • I am not using uBO Lite along with other content blockers.
  • I have verified that the issue still exists after using the Complete filtering mode.
  • I have verified that the web browser's built-in content blocker/tracking protection, network wide/DNS blocking, or my VPN is not causing the issue.
  • I have verified that other extensions are not causing the issue.
  • If this is about a breakage or detection, I have verified that it is caused by uBOL Lite and isn't a site or browser issue.
  • I did not answer truthfully to ALL the above checkboxes.

URL address of the web page

https://povxl.com/video/6421/i-amasters-at-cumming-twice-when-the-horny-x1f975-girl-dared-me-to-have-sex-i-am-a-boss-in-the-bedroom/?utm_campaign=tf&play=true

Category

ads

Description

ads

Other extensions used

none

Screenshot(s)

Screenshot(s)

image

Configuration

version: uBOL 2025.1.7.268
mode: complete / complete
rulesets:
 default
 badware
 annoyances-cookies
 annoyances-overlays
 annoyances-others
 urlhaus-full
 openphish-domains
 chn-0
 idn-0
 jpn-1
@Bug-Cache Bug-Cache added the uBOL Specific to uBlock Origin Lite label Jan 15, 2025
@stephenhawk8054
Copy link
Member

stephenhawk8054 commented Jan 15, 2025

@gorhill For the ads inside the video player, the video player is an iframe and looks like similar to this case: uBlockOrigin/uBOL-home#250 (comment) where the surveyor quits early in the iframe so this generic filter in EL cannot apply:

##a[href^="https://landing.brazzersnetwork.com/"]

It works if I set it as specific:

fuqster.com##a[href^="https://landing.brazzersnetwork.com/"]

@stephenhawk8054
Copy link
Member

@ryanbr For the placeholders around the video:

||apps.dfgtfv.com^
povxl.com##.asside-link
povxl.com##.video-holder > div:has([id^="ts_ad_native_"])
povxl.com##.link-offer

@stephenhawk8054 stephenhawk8054 added the fixable by EasyList EasyList list label Jan 15, 2025
stephenhawk8054 added a commit that referenced this issue Jan 15, 2025
ryanbr added a commit to easylist/easylist that referenced this issue Jan 15, 2025
@mapx- mapx- closed this as completed Jan 15, 2025
@gorhill
Copy link
Member

gorhill commented Jan 15, 2025

the surveyor quits early in the iframe so this generic filter in EL cannot apply

That filter is highly generic, it's not injected through the surveyor, it's injected unconditionally in Complete mode. The issue is that it's not injected in frames, just the top document. I need to add allFrames: true to have those highly generic filters injected in all frames.

gorhill added a commit to gorhill/uBlock that referenced this issue Jan 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fixable by EasyList EasyList list uBOL Specific to uBlock Origin Lite
Projects
None yet
Development

No branches or pull requests

4 participants