Business Insider email advertisement

Posting here is no longer possible, please use the forum of a filter list project, such as EasyList
Locked
Chris4
Posts: 14
Joined: Sat Nov 08, 2008 9:50 pm

Business Insider email advertisement

Post by Chris4 »

Is it possible to remove the following advertisement from the Business Insider email?

Image

Code: Select all

<p style="float:right;padding-left:10px"><span style="color:#cccccc;text-decoration:none;font-size:12px;font-family:helvetica,arial,sans-serif">Advertisement</span><br><br><a href="http://e.businessinsider.com/fl/52759221462018e2ea7442aa3rvkf.4rm/4dcaf5e2bc7e07d71f00000c/56bb5c8e3c8aa994488b4594/da00cb71" target="_blank"><img src="https://ci5.googleusercontent.com/proxy/oIsqx3EwfIamjFPpXvb7-CQF1quWrf1NZDiE82pSkzZXnB8jhYSvFLHsIZ-Da1z46C0airEO2qAqIMCfdytEV-k-MXmqBXoZzugYmyczAmBU7ePJYYDUAqQrqm54ER89x4mc4qM5gaf7oVSXiRJjn5HmlpmKF34K_LQnXkjSMA4emTxncPV3bdn870YoJ3FWfWOoo-oETg=s0-d-e1-ft#http://e.businessinsider.com/fl/52759221462018e2ea7442aa3rvkf.4rm/4dcaf5e2bc7e07d71f00000c/56bb5c8e3c8aa994488b4594/da00cb71.gif" alt="" width="300" height="250" border="0" class="CToWUd"></a></p>
It doesn't have an ID or class, so I'm unsure how to do it!

Thanks
lewisje
Posts: 2743
Joined: Mon Jun 14, 2010 12:07 pm

Re: Business Insider email advertisement

Post by lewisje »

It's a bit difficult to do in GMail, because Google copies all embedded images over to its own servers; still, try these filters:

Code: Select all

~businessinsider.com##a[href^="http://e.businessinsider.com/fl/"]
||e.businessinsider.com/fl/$image,third-party
The latter will only block the image for non-GMail users.
There's a buzzin' in my brain I really can't explain; I think about it before they make me go to bed.
Locked