Overblog
Suivre ce blog Administration + Créer mon blog
// masquer publicités var eAds = document.querySelectorAll(".ads"); Array.prototype.forEach.call(eAds, function(e){ e.style.display = 'none'; });