AdguardTeam / AdguardFilters

AdGuard Content Blocking Filters
https://adguard.com/
GNU General Public License v3.0
3.18k stars 635 forks source link

www.tvspielfilm.de #179303

Closed adguard-bot closed 5 months ago

adguard-bot commented 5 months ago

Issue URL (Incorrect Blocking)

https://www.tvspielfilm.de/tv-programm/sendung/mario-barth-praesentiert-die-groessten-stars-der-comedy,662752c4f776a630ef510bab.html

Comment

Can't play the video. The same issue appear on partnerpage: https://www.tvtoday.de/mediathek/reich-oder-tot_6634f336672d5955c9585ac2.html Username: @Morku

Screenshots

Screenshot 1 ![Screenshot 1](https://cdn.adguard.info/sitereports/kcvd3fwj0zk4k4ckokwgg4wsck8ogk4jhdvvumxt20.png?nc=1)
Screenshot 1 with AdGuard disabled ![Screenshot 1](https://cdn.adguard.info/sitereports/fi3nxba0kgg80osc4wo8o084k48skswscin1g0u3b4.png?nc=1)
Screenshot 2 with AdGuard disabled ![Screenshot 2](https://cdn.adguard.info/sitereports/rjv3x8zxky8cgk4ws8800g0o088sc445jvks0iol7o.png?nc=1)

System configuration

Information Value
AdGuard product: AdGuard for Windows v7.17.1 (4709)
Browser: Firefox
AdGuard driver: WFP
Stealth mode options: Strip URLs from tracking parameters,
Hide your search queries,
Send Do-Not-Track header,
Hide your Referrer from third-parties,
Hide your User-Agent,
Remove X-Client-Data header from HTTP requests,
Protect against DPI,
Disable cache for third-party requests,
Disable WAP Push Message Routing Service,
Disable Windows Defender automatic samples submission,
Disable Windows Telemetry,
Turn off Advertising ID
DNS filtering: server: AdGuard, DNS, Non-filtering
filters: AdGuard Home with AdGuard DNS filter
Filters: Ad Blocking:
AdGuard Mobile Ads,
AdGuard Base

Privacy:
AdGuard URL Tracking,
AdGuard Tracking Protection

Social Widgets:
AdGuard Social Media

Annoyances:
AdGuard Cookie Notices,
AdGuard Popups,
AdGuard Mobile App Banners,
AdGuard Other Annoyances,
AdGuard Widgets

Language-specific:
AdGuard German
Userscripts: https://userscripts.adtidy.org/release/adguard-extra/1.0/adguard-extra.user.js

Import issue configuration (AdGuard for Windows)

Import

AdamWr commented 5 months ago

I have added rules to fix issue on tvspielfilm.de.

Regarding tvtoday.de, as far as I can see, it's a different problem (sometimes video player doesn't load at all), but it looks a website issue, because I can reproduce it even without AdGuard.

BlazDT commented 5 months ago

Videos playing on tvtoday.de fine every time I check, but it shows an ad video (first select an ad, then an ad if nothing is clicked). With this rule the ad is not shown, but video is broken, tried different existing rules ( tvtoday.de#%#//scriptlet('abort-on-stack-trace', 'XMLHttpRequest', 'onreadystatechange')

With existing rule {window.XMLHttpRequest.prototype.send=new Proxy( it shows the selection, but the ad is just stuck at loading.

According to log it first loads global_config.json and then the real video and then the other VAST ads. Real video domain: media.delight.video

If I block all js and json files regarding damoh domain, it is taken a while until real video is loading.

s3.amazonaws.com/homad-global-configs.schneevonmorgen.com/global_config.json
hgc-cf-cache-1.svonm.com/www.tvtoday.de/config.json
hgc-cf-cache-1.svonm.com/hd-main.js
s3.amazonaws.com/homad-global-configs.schneevonmorgen.com/hd-main.js

Could you please check if we can speed it up a bit, thank you @AdamWr

AdamWr commented 5 months ago

I don't see ads, but sometimes there is a delay before video starts playing. These rules (I'm not sure if all are required):

tvspielfilm.de#%#//scriptlet('set-constant', 'DL8_GLOBALS.enableAdSupport', 'false')
tvspielfilm.de#%#//scriptlet('set-constant', 'DL8_GLOBALS.useHomad', 'false')
tvspielfilm.de#%#//scriptlet('set-constant', 'DL8_GLOBALS.enableHomadDesktop', 'false')

seems to fix it (in the rules domain is tvspielfilm.de, because video player on tvtoday.de is from iframe tvspielfilm.de).

BlazDT commented 5 months ago

Those working fine and video is playing everytime @AdamWr :)

AdamWr commented 5 months ago

Okay, I have added these rules.