Block image with random hash at end

Posting here is no longer possible, please use the forum of a filter list project, such as EasyList
Locked
bseos
Posts: 1
Joined: Fri Mar 11, 2016 7:35 am

Block image with random hash at end

Post by bseos »

NOTE: Image NSFW

I'm using a website that seems to be adding a hash to the end of image filenames.
So a block like this will only last one visit.

Code: Select all

edge.liveleak.com##IMG[src="http://edge.liveleak.com/80281E/s/s/18/media18/2015/Oct/30/4d1fff679ff6_channel_background_1446260286.jpg?d5e8cc8eccfb6039332f41f6249e92b06c91b4db65f5e99818bdd2914b43d2d4b945&ec_rate=230"]
I cannot seem to use a wildcard as it won't allow me.

How would I go about blocking the following background image for this user only?
http://www.liveleak.com/c/BananaGirl

Code: Select all

<style>
.content_background{background:url('http://edge.liveleak.com/80281E/s/s/18/media18/2015/Oct/30/4d1fff679ff6_channel_background_1446260286.jpg?d5e8cc8eccfb6039332f41f6249e92b06c91b4db65f5e99818bdd2914b43d2de8e03&ec_rate=230'); no-repeat top center black; background-attachment:fixed;} #content{font-family:georgia}  ?>
</style>
User avatar
mapx
Posts: 21940
Joined: Thu Jan 06, 2011 2:01 pm

Re: Block image with random hash at end

Post by mapx »

add this blocking filter

Code: Select all

||edge.liveleak.com/80281E/*/4d1fff679ff6_channel_background_*.jpg
Locked