Post Reply 
Filter to hide ads panel on specific site
Jul. 06, 2012, 11:28 AM
Post: #1
Filter to hide ads panel on specific site
Hello,
On pages like this one: http://www.boursorama.com/bourse/opcvm/o...=MP-360499
I'd like to hide this div (ads):

Code:
<div id="b9bafBoursorama_Block53" class="block">
        <div class="hd">
        <div class="bd">
</div>

In Firefox > Stylish addon ,
Code:
#60eb8Ui_Instrument_Header44 {display:none;}
works well. But, in order to have it browser independant, I'd like to make a Proxo filter.

So I tried this, but it doesn't work.:
Code:
Name = "Boursorama  12.07.06  [jp] (o.s)"
Active = TRUE
URL = "www.boursorama.com/"
Limit = 512
Match = "$SET(1=<style div#60eb8Ui_Instrument_Header44 {display:none;}></style>"
Replace = "\1"

What would be the correct syntax for that filter ?
Add Thank You Quote this message in a reply
Post Reply 


Messages In This Thread
Filter to hide ads panel on specific site - fpout - Jul. 06, 2012 11:28 AM

Forum Jump: