Get rid of Sina Mail’s ads

I got really sick of the stupid ads while sorting my inbox today, so I crawled around the code and found a good set of lines for knocking out their hidous ads. Put these in your Firefox userContent.css file.

Don’t know what userContent.css is? Google it.

/* Ad rows in the mail window */
table[id="tbList"] tr[bgcolor="#ececec"][height="26"] {
  display:none !important
}

/* Big stupid banner ad */
div[id="bxAd"][style="padding-bottom: 3px;"][align="center"] {
  display:none !important
}


About this entry