Domain Option Not Working

Everything about using Adblock Plus on Google Chrome
Post Reply
Cardinal System
Posts: 2
Joined: Thu Apr 25, 2019 2:32 am

Domain Option Not Working

Post 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?
User avatar
mapx
Posts: 21940
Joined: Thu Jan 06, 2011 2:01 pm

Re: Domain Option Not Working

Post 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
Cardinal System
Posts: 2
Joined: Thu Apr 25, 2019 2:32 am

Re: Domain Option Not Working

Post 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...
User avatar
mapx
Posts: 21940
Joined: Thu Jan 06, 2011 2:01 pm

Re: Domain Option Not Working

Post 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
Post Reply