AdguardTeam / AdguardFilters

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

abema.tv #183397

Closed adguard-bot closed 1 month ago

adguard-bot commented 1 month ago

Issue URL (Annoyance)

https://abema.tv/

Comment

filter: uBlock Origin default + AdGuard – Annoyances

The popup in the center of the screenshot will appear every time until the user answers the survey.

The popup in the upper right of the screenshot indicates that the environment is not recommended. It does not appear in Google Chrome, but it appears in Firefox. Username: @r4oz8

Screenshots

Screenshot 1 ![Screenshot 1](https://cdn.adguard.info/sitereports/kyfhksumdjk8400ggkwkw0g0koogo8g7hyhymwv1w0.png?nc=1)

System configuration

Information Value
Platform: uBlock Origin
System version: Windows11
Browser: Firefox
Filters: Ad Blocking:
EasyList

Privacy:
EasyPrivacy,
Peter Lowe's Blocklist

Annoyances:
AdGuard Annoyances

Security:
Online Malicious URL Blocklist
Custom filters: uBlock filters
zloyden commented 1 month ago

The popup in the center of the screenshot will appear every time until the user answers the survey

I don't see the popup. Can you translate it? What kind of survey should the user answer?

It does not appear in Google Chrome, but it appears in Firefox.

It seems to be a useful popup.

zloyden commented 1 month ago

@Yuki2718 please take a look at this.

r4oz8 commented 1 month ago

In the survey, users are asked about their age and favorite type of video.

I just realized that on a specific video link (https://abema.tv/channels/abema-special/slots/D1WT3HZv4ykCPZ), users could choose to answer later (as shown in the attached screenshot). However, this option is not available on the homepage (https://abema.tv/).

ss

zloyden commented 1 month ago

I do not have it with a Japanese IP on my end. Please send the saved page in zip archive to filters@adguard.com.

r4oz8 commented 1 month ago

I have sent it.

Yuki2718 commented 1 month ago

The relevant rules are scoped for AdGuard-only by https://github.com/AdguardTeam/AdguardFilters/issues/166762. I can now add the trusted-click-element and all the relevant rules to uBlock filters - Annoyances. I'm not sure whether we should hide the top-right popup noticing you're using unsupported browser.

Yuki2718 commented 1 month ago

Added, now !#if (adguard) in https://github.com/AdguardTeam/AdguardFilters/blob/master/AnnoyancesFilter/Popups/sections/popups_specific.txt#L6335 can be removed if it's better. An issue left is the top-right popup. If this should be blocked, maybe abema.tv#?#.com-m-NotificationManager--enter-done:contains(お使いのブラウザは推奨環境外のため) assuming .com-m-NotificationManager--enter-done is a generic class used for other notifications too.

zloyden commented 1 month ago

@Yuki2718 https://github.com/AdguardTeam/AdguardFilters/issues/183397#issuecomment-2222542097 thanks, I've removed the limitation. Seems to be fine on my end, but if you notice smth is not good, tell me and I will revert it.

zloyden commented 1 month ago

https://github.com/AdguardTeam/AdguardFilters/issues/183397#issuecomment-2222524575 well, I also think so. The popup is useful, so as I said earlier, we should not remove it.

Yuki2718 commented 1 month ago

Sorry, it's still possible for a user to enable only AG popup and not uBO annoyances. I'll readd the limitation in case.