Page 1 of 1

Domain Option Not Working

Posted: Thu Apr 25, 2019 2:50 am
by Cardinal System
I am making my first filter list, and I am having some trouble...

This is one of my lines:

Code: Select all

||static.vrv.co^$media,xhr,domain=crunchyroll.com
For whatever reason, it is not blocking the domain static.vrv.co as intented. I'm not sure what I'm doing wrong. It doesn't block the domain on crunchyroll, but it does block it on this site:

Code: Select all

https://static.vrv.co/houseads/Black_Friday_V2_15_House_480p.mp4
. :x

The AdBlock tutorial (filters#options) said that the domain option only blocks the request if the specified domain is the request's origin, however this seems to have the opposite effect.

The rest of my filter list is here (if it helps): https://raw.githubusercontent.com/TheCa ... nglish.txt

Anyone think they can help?

Re: Domain Option Not Working

Posted: Thu Apr 25, 2019 11:09 am
by mapx
for ABP

Code: Select all

||static.vrv.co^$media,xmlhttprequest,domain=crunchyroll.com
"xhr" abbreviation is used in other adblocker: ublock origin

Don't use 2 adblockers together.

Provide crunchyroll video page where you tested the filter

Re: Domain Option Not Working

Posted: Thu Apr 25, 2019 7:43 pm
by Cardinal System
mapx wrote:for ABP

Code: Select all

||static.vrv.co^$media,xmlhttprequest,domain=crunchyroll.com
"xhr" abbreviation is used in other adblocker: ublock origin

Don't use 2 adblockers together.

Provide crunchyroll video page where you tested the filter
Now I know what XHR stands for :P

The filter still doesn't work. I am testing it on this page: https://www.crunchyroll.com/the-helpful ... now-783550. I am wondering if the media option even exists in ABP...

Re: Domain Option Not Working

Posted: Thu Apr 25, 2019 8:01 pm
by mapx
1. there is no media request for vrv.co
2. there is no static.vrv.co xhr request

Look into uBo logger or ABP logger and you'll get the same thing