uBlockOrigin / uAssets

Resources for uBlock Origin, uMatrix: static filter lists, ready-to-use rulesets, etc.
GNU General Public License v3.0
4.13k stars 770 forks source link

atresplayer.com: breakage #16686

Closed josandluq closed 1 year ago

josandluq commented 1 year ago

Prerequisites

URL address of the web page

https://www.atresplayer.com/directos/mega/

Category

breakage

Description

Break the stream

Screenshot(s)

Screenshot(s)

Configuration

```yaml uBlock Origin: 1.46.0 Chromium: 110 filterset (summary): network: 85762 cosmetic: 43943 scriptlet: 17217 html: 0 listset (total-discarded, last-updated): default: user-filters: 0-0, never easylist: 61287-45, 1d.2h.21m easyprivacy: 30932-1173, 1d.2h.20m plowe-0: 3667-898, 5d.1h.17m spa-0: 3492-10, 2h.54m spa-1: 5041-188, 2d.1h.59m ublock-abuse: 77-0, 9d.6h.17m ublock-badware: 4247-120, 2d.1h.58m ublock-filters: 31926-172, 2d.1h.57m ublock-privacy: 259-1, 9d.6h.16m ublock-quick-fixes: 441-25, 2h.53m ublock-unbreak: 1868-48, 2d.1h.56m urlhaus-1: 6537-0, 2h.52m filterset (user): [empty] modifiedUserSettings: [none] modifiedHiddenSettings: [none] supportStats: allReadyAfter: 2872 ms (selfie) maxAssetCacheWait: 219 ms popupPanel: blocked: 42 blockedDetails: adsrvr.org: 2 amazon-adsystem.com: 6 appsflyer.com: 1 atresmedia.com: 1 chartbeat.com: 6 everesttech.net: 2 facebook.net: 1 fwmrm.net: 2 getpublica.com: 1 google-analytics.com: 1 google.com: 1 google.es: 1 googletagmanager.com: 2 hotjar.com: 1 mathtag.com: 2 scorecardresearch.com: 6 smartclip.net: 1 spotxchange.com: 2 stickyadstv.com: 1 tiktok.com: 2 ```
mapx- commented 1 year ago

@josandluq Test

||mssl.fwmrm.net/libs/adm/*/AdManager.js$script,domain=atresplayer.com,important,badfilter
||mssl.fwmrm.net/libs/adm/*/admanager.js$important,from=atresplayer.com,badfilter
atresplayer.com#@#+js(nostif, _creatBait)
atresplayer.com#@#+js(no-fetch-if, /conversion_async.js)
atresplayer.com#@#[href^="https://www3.smartadserver.com/click"]
MrJustMe commented 1 year ago

Those filters do not work for me at this moment, i have check them in Firefox and MS Edge, it has the same problem

mapx- commented 1 year ago

I tested again firefox, no issue on my side: default settings + regional lists + filters above

mapx- commented 1 year ago
MrJustMe commented 1 year ago

After doing all in your last post is working again in both browsers, thanks!

ghost commented 1 year ago

The login of atresplayer.com is break

I need 20+ clicks in this button to go to login page ( in yellow )

1

The login page: https://www.atresplayer.com/login

Anyway try to access writing something in the form, it is impossible

mapx- commented 1 year ago

try

atresplayer.com#@#+js(no-fetch-if, adpass.atresmedia.com)

@AdamWr

but I guess the filter was added for ads in video ?!

ghost commented 1 year ago

xD It is difficult to find videos that do not require an account or pay

No related whit the filter, ( black screen and only audio in some videos) this happens randomly

No need account here: https://www.atresplayer.com/antena3/programas/pasapalabra/clips/sueno-cumplido-rafa-orestes-volver-continuamos-cuenta-pendiente-hizo-justicia_6040a8017ed1a86d682ffc36/

AdamWr commented 1 year ago

I have removed this rule - https://github.com/AdguardTeam/AdguardFilters/commit/40a620b80a38e6bfbaa9179be9c42ca3c8b42e8e

but I guess the filter was added for ads in video ?!

This rule was added to fix adblock detection (it's also fixed by another rule), but it seems that they changed something and if I'm not wrong, the website expects that the response status to be 0 or 404, but no-fetch-if/prevent-fetch sets status to 200 and it looks like that in this case it causes a problem.