Edit javascript ?

Posting here is no longer possible, please use the forum of a filter list project, such as EasyList
Locked
davidp027
Posts: 7
Joined: Sat Jul 18, 2015 8:11 pm

Edit javascript ?

Post by davidp027 »

I've got this site that removes the stream when adblock is detected:
http://leveldown.fr/

By modifying it and re-routing it via Charles Proxy, I managed to remove the check but it's annoying to boot up charles proxy each time I go onto the website so is there any way I could do this with ABP?
User avatar
mapx
Posts: 21940
Joined: Thu Jan 06, 2011 2:01 pm

Re: Edit javascript ?

Post by mapx »

add

Code: Select all

@@||leveldown.fr^$script,domain=leveldown.fr
davidp027
Posts: 7
Joined: Sat Jul 18, 2015 8:11 pm

Re: Edit javascript ?

Post by davidp027 »

That worked, thanks!
Locked