block large images more than a size

Everything about using Adblock Plus on Mozilla Firefox, Thunderbird and SeaMonkey
Post Reply
feem
Posts: 2
Joined: Mon May 18, 2015 11:02 am

block large images more than a size

Post by feem »

Hello;
Is there any way to block large images more than a size. An example: i want blok all large images more than 800 pixel width or 800x600 pixel.
Thank you.
User avatar
mapx
Posts: 21940
Joined: Thu Jan 06, 2011 2:01 pm

Re: block large images more than a size

Post by mapx »

No. You cant do it (if you block an image the request will be deleted, the file isnt downloaded and ABP can not know the size).
feem
Posts: 2
Joined: Mon May 18, 2015 11:02 am

Re: block large images more than a size

Post by feem »

sory for my broken English. But my question was about width or hight.
i want blok 800 pixel width and the other all big images more than 800 pixel for all web pages.
Thank you.
User avatar
mapx
Posts: 21940
Joined: Thu Jan 06, 2011 2:01 pm

Re: block large images more than a size

Post by mapx »

You can block images only if the dimensions are in the image name or hide some images if the dimensions are explicitly specified in the page code.

Examples:

on the page: http://wiki.mikejung.biz/Main_Page
blocked image: http://wiki.mikejung.biz/images/7/7a/72 ... bxvfzO.jpg
using the filter: ||mikejung.biz/images/*/728x90xLiquidWeb_
(see the dimensions 728x90)

or
site http://afrol.com/
filter
afrol.com##table[width="159"][height="70"]
html code: table border="1" cellspacing="0" width="159" height="70"

You cant have conditions like > 800 pixels or > 70 height, it has to match exactly what is coded in the page
Post Reply