hypoxicweb.com

This is where you should report issues arising from the subscription filters.
Locked
mlbdenver
New Member
New Member
Posts: 3
Joined: Thu Jul 20, 2017 8:33 pm

hypoxicweb.com

Post by mlbdenver »

Hello-

One image (just one!?) is being blocked on my website when using Adblock - narrowed down to EasyList by disabling all lists and adding them back one by one. I cannot figure out what the offending string would be in order to avoid the block. I've already changed the name of the image file to no avail.

The page URL is https://hypoxicweb.com/service/website-review-assessment/ and the image that is being blocked is https://hypoxicweb.com/wp-content/uploads/website-assessment-wpcf_300x250.png

I am running Adblock 3.14.0 on Chrome 59.0.3071.115 on OS X. Any thoughts?

Thanks!
intense
Contributor
Contributor
Posts: 10497
Joined: Wed Mar 27, 2013 9:56 am

Post by intense »

The "bad" filter is
_300x250.

So, to fix it fast just rename that pic.
mlbdenver
New Member
New Member
Posts: 3
Joined: Thu Jul 20, 2017 8:33 pm

Post by mlbdenver »

Hmm. Thank you. The site has an image optimizer that creates a number of image sizes then appends the size to the filename. I'm surprised this is the only affected one. In my template, I don't get to pick the filename, so its probably just easier to resize the image to eliminate that appended data.

Thanks again! I would have never figured that out.
intense
Contributor
Contributor
Posts: 10497
Joined: Wed Mar 27, 2013 9:56 am

Post by intense »

just search easylist to see if the new sizes pick another filter

https://easylist.to/easylist/easylist.txt

for example all these are blocked:

Code: Select all

=120x600,
=120x600;
=160x160;
=160x600&
=160x600,
=160x600;
=234x60;
=234x60_
=300x250&
=300x250,
=300x250/
=300x250;
=300x250_
=300x300;
=336x280,
=336x280;
=440x410;
=468x60&
=468x60,
=468x60/
=468x60;
=468x60_
=468x80_
=480x60;
=728x90&
=728x90,
=728x90/
=728x90;
=728x90_
=760x120&
=888x10;
=900x60;
_100x480_
_115x220.
_120_60.
_120_600.
_120_600_
_120_x_600.
_120h600.
_120x240.
_120x240_
_120x500.
_120x60.
_120x600-
_120x600.
_120x600_
_120x600a.
_120x600px.
_120x60_
_120x800a.
_125x600_
_140x600.
_140x600_
_150x700_
_160-600.
_160_600.
_160_600_
_160by600_
_160x1600.
_160x290.
_160x300.
_160x300_
_160x350.
_160x400.
_160x500.
_160x600&
_160x600-
_160x600.
_160x600/
_160x600_
_160x600b.
_180x300_
_180x450_
_200x600_
_300-250-
_300.htm
_300_250.
_300_250_
_300_60_
_300x160_
_300x250-
_300x250.
_300x250_
_300x250a_
_300x250b.
_300x250px.
_300x250v2.
_300x600.
_300x600_
_320x250_
_323x120_
_336x120.
_336x280_
_336x280a.
_336x280s.
_336x850.
_350_100.
_350_100_
_350x100.
_370x270.
_400-80.
_400x60.
_400x68.
_420x80.
_420x80_
_438x50.
_438x60.
_438x60_
_460_60.
_460x60.
_465x110_
_468-60.
_468.gif
_468.htm
_468_60-
_468_60.
_468_60_
_468_80.
_468_80_
_468x060-
_468x060.
_468x060_
_468x100.
_468x100_
_468x120.
_468x60-
_468x60.
_468x60/
_468x60_
_468x60b.
_468x60px_
_468x6o_
_468x80-
_468x80.
_468x80/
_468x80_
_468x90.
_468x90_
_480_60.
_480_80_
_480x60-
_480x60.
_480x60/
_480x60_
_486x60.
_486x60_
_490-90_
_500x440.
_540_70.
_540_70_
_550x150.
_555x70.
_580x100.
_585x75-
_585x75_
_590x105.
_600-90.
_600x120_
_600x160.
_600x180.
_600x80.
_600x90.
_620x203_
_638x200_
_650x350.
_650x80_
_672x120_
_680x93_
_682x90_
_700_100_
_700_150_
_700_200_
_700x200.
_720_90.
_720x90.
_720x90_
_728-90.
_728-90_
_728.htm
_728_90.
_728_90_
_728_x_90_
_728by90_
_728x-90.
_728x150.
_728x60.
_728x90&
_728x90-
_728x90.
_728x90/
_728x901.
_728x90_
_728x90a.
_728x90a_
_728x90b_
_728x90pg_
_728x90px-
_728x90px.
_728x90px_
_728x90v1.
_730_440.
_730x60_
_730x90_
_745_60.
_745_90.
_750x100.
_760x100.
_760x90_
_764x70.
_764x70_
_768x90_
_796x110_
_798x99_
_800x100.
_800x80_
_80x468.
_900x350.
_936x60.
_960_90.
_970x30_
_980x100.
_a468x60.
Probably it's better don't attach the size.
mlbdenver
New Member
New Member
Posts: 3
Joined: Thu Jul 20, 2017 8:33 pm

Post by mlbdenver »

Unfortunately, native WordPress code autogenerates various developer-specified image sizes when images are uploaded. The image dimensions are automatically appended to the filename. Typically, however, the filename is appended with a hyphen (-) rather than an underscore. I suspect a plugin is using the underscore file-naming syntax. (edited - removed plugin name)
Locked