AdguardTeam / AdguardFilters

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

www.maxmovie.com #190633

Closed adguard-bot closed 1 month ago

adguard-bot commented 2 months ago

Issue URL (Incorrect Blocking)

http://www.maxmovie.com

Screenshots

Screenshot 1 ![Screenshot 1](https://cdn.adguard.info/sitereports/hz8gbuozzmog0wso88ccww8g04oossoa1yy11x6208.jpg?nc=1)
Screenshot 2 ![Screenshot 2](https://cdn.adguard.info/sitereports/jyebje4tk2okk0ow0c0kkk0k0o0048kawne5tnrmmw.jpg?nc=1)
Screenshot 1 with AdGuard disabled ![Screenshot 1](https://cdn.adguard.info/sitereports/hor13rq3gg000oo8gkw04ck4s4s8w8corymsmpeny8.jpg?nc=1)

System configuration

Information Value
AdGuard product: AdGuard for Android v4.6.3
System version: Android 9
Browser: 삼성 브라우저
License type: paid
AdGuard mode: VPN
HTTPS filtering: enabled
Tracking protection: disabled
DNS filtering: server: https://dns.adguard-dns.com/dns-query
filters: https://filters.adtidy.org/android/filters/15_optimized.txt
Filters: Ad Blocking:
AdGuard Base

Language-specific:
List-KR
Custom filters: https://easylist-downloads.adblockplus.org/koreanlist.txt
Browsing Security: enabled
Browsing Security statistics: enabled
Userscripts: https://userscripts.adtidy.org/release/adguard-extra/1.0/adguard-extra.meta.js
https://userscripts.adtidy.org/release/disable-amp/1.0/disable-amp.meta.js
Other extensions used: V3 Mobile Security
piquark6046 commented 2 months ago

It seems that it is a server-side issue.

adguard-bot commented 2 months ago

Issue URL (Incorrect Blocking)

http://www.maxmovie.com

Screenshots

Screenshot 1 ![Screenshot 1](https://cdn.adguard.info/sitereports/1p13m6h0bzokwss0c0g8kcsg44s0o0k8fhnc3v9tgk.jpg?nc=1)
Screenshot 1 with AdGuard disabled ![Screenshot 1](https://cdn.adguard.info/sitereports/b56053f8tfs4kkoc0o44kkgssc8g8ksp5uuimmueo0.jpg?nc=1)

System configuration

Information Value
AdGuard product: AdGuard for Android v4.6.3
System version: Android 9
Browser: 삼성 브라우저
License type: paid
AdGuard mode: VPN
HTTPS filtering: enabled
Tracking protection: disabled
DNS filtering: server: https://dns.adguard-dns.com/dns-query
filters: https://filters.adtidy.org/android/filters/15_optimized.txt
Filters: Ad Blocking:
AdGuard Base

Language-specific:
List-KR
Custom filters: https://easylist-downloads.adblockplus.org/koreanlist.txt
Browsing Security: enabled
Browsing Security statistics: enabled
Userscripts: https://userscripts.adtidy.org/release/adguard-extra/1.0/adguard-extra.meta.js
https://userscripts.adtidy.org/release/disable-amp/1.0/disable-amp.meta.js
Other extensions used: V3 Mobile Security
Alex-302 commented 2 months ago

@piquark6046 Did you check with exact settings? Easily reproduced when go from the main page to an article.

Alex-302 commented 2 months ago

DNS filtering causes it. Must be fixed by scriptlet.

Alex-302 commented 2 months ago

It seems can be fixed by

||maxmovie.com/_next/static/chunks/framework.aa400efa16f23e2b0cfe.js

Please test.

adguard-bot commented 2 months ago

Issue URL (Incorrect Blocking)

http://www.maxmovie.com

Screenshots

Screenshot 1 ![Screenshot 1](https://cdn.adguard.info/sitereports/1p13m6h0bzokwss0c0g8kcsg44s0o0k8fhnc3v9tgk.jpg?nc=1)
Screenshot 1 with AdGuard disabled ![Screenshot 1](https://cdn.adguard.info/sitereports/b56053f8tfs4kkoc0o44kkgssc8g8ksp5uuimmueo0.jpg?nc=1)

System configuration

Information Value
AdGuard product: AdGuard for Android v4.6.3
System version: Android 9
Browser: 삼성 브라우저
License type: paid
AdGuard mode: VPN
HTTPS filtering: enabled
Tracking protection: disabled
DNS filtering: server: https://dns.adguard-dns.com/dns-query
filters: https://filters.adtidy.org/android/filters/15_optimized.txt
Filters: Ad Blocking:
AdGuard Base

Language-specific:
List-KR
Custom filters: https://easylist-downloads.adblockplus.org/koreanlist.txt
Browsing Security: enabled
Browsing Security statistics: enabled
Userscripts: https://userscripts.adtidy.org/release/adguard-extra/1.0/adguard-extra.meta.js
https://userscripts.adtidy.org/release/disable-amp/1.0/disable-amp.meta.js
Other extensions used: V3 Mobile Security
Alex-302 commented 1 month ago

@piquark6046

piquark6046 commented 1 month ago

Please change the DNS server from AdGuard DNS server to AdGuard non-filtering DNS server.

Alex-302 commented 1 month ago

@piquark6046 It is not a solution. User can use any our DNS - with or without filtering. Our job is to figure it out and add a solution.

piquark6046 commented 1 month ago

I think that I can take a look after https://github.com/AdguardTeam/Scriptlets/issues/461 is resolved.

AdamWr commented 1 month ago

On my end these rules:

maxmovie.com#%#//scriptlet('set-constant', 'MezzoAD', 'noopFunc')
maxmovie.com#%#//scriptlet('set-constant', 'MezzoAD.prototype.setView', 'noopFunc')
maxmovie.com#%#//scriptlet('set-constant', 'MezzoAD.prototype.setArea', 'noopFunc')
maxmovie.com#%#//scriptlet('set-constant', 'MezzoAD.prototype.request', 'noopFunc')

fix this error (the order matter and maxmovie.com#%#//scriptlet('set-constant', 'MezzoAD', 'noopFunc') have to be added first, otherwise it will not works).