forumdata 寫:
目前知道如何block google ad
/*
* Désactiver l'affichage des liens publicitaires sur Google.
* Fonctionne pour Google Search et Google Groups.
* MAJ : 1er décembre 2005.
* Remarque : nécessite Firefox 1.5 ou supérieur.
*/
@-moz-document url-prefix(
http://www.google.), url-prefix(
http://groups.google.) {
table[width="25%"],
table[width="20%"],
table[height="40"],
table[width="100%"][bgcolor="#ECF8FF"],
table[width="100%"][bgcolor="#E0FFE3"],
table[width="100%"][bgcolor="#FFF5F6"],
div[id^="tpa"][style*="rgb(229, 236, 249)"],
iframe[name="google_ads_frame"],
noscript + body[onresize=""][onload="sf()"]
table[style^="float:"][style$="right;"][align="right"][width="25%"],
noscript + body[onresize=""][onload=""]
table#rn table.adb,
noscript + body[onresize=""][onload=""]
table[style^="float:"][style$="right;"][align="right"][width="25%"] {
display: none !important;
}
}