Une possibilité qui chache les pub flash en se basant sur leur taille (remarque : c'est le rendu qui est modifié, le chargement est toujours éffectué...) :
Creer un fichier userContent.css dans le repertoire chrome de ton profile et y mettre ces lignes :
/* this hides the usual 468x60 Flash banner ads */
embed[type="application/x-shockwave-flash"][width="468"][height="60"] {
display: none !important;
visibility: hidden !important;
}
/* this hides the not so usual but very annoying 728x90 Flash banner ads */
embed[type="application/x-shockwave-flash"][width="728"][height="90"] {
display: none !important;
visibility: hidden !important;
}
[^] # Re: Blocage pub flash par CSS
Posté par Chadom (site web personnel) . En réponse à la dépêche Sorties de Mozilla 1.3.1 et 1.4b. Évalué à 7.
Creer un fichier userContent.css dans le repertoire chrome de ton profile et y mettre ces lignes :
/* this hides the usual 468x60 Flash banner ads */
embed[type="application/x-shockwave-flash"][width="468"][height="60"] {
display: none !important;
visibility: hidden !important;
}
/* this hides the not so usual but very annoying 728x90 Flash banner ads */
embed[type="application/x-shockwave-flash"][width="728"][height="90"] {
display: none !important;
visibility: hidden !important;
}