Communauté • Livre d'or
En voyage, sur un téléphone ou un ordinateur sans connexion internet essayez Vikidia hors-ligne avec Kiwix ! 
Utilisateur:Namco16/Script/superimg
Aller à la navigation
Aller à la recherche
if (superimg_start === undefined){ var superimg_start = 1; console.log("test"); // Changer la variable ci-dessous pour démarrer superimg var SIMG_YES = true; if (SIMG_YES === true){ document.querySelectorAll('#imgbbr > #imgbbr2').forEach(function(e){ e.style.display = "unset"; if (e.getElementsByTagName("a")[0].href.startsWith("https://i.ibb.co/")){ e.getElementsByTagName("a")[0].outerHTML = "<img src='" + e.getElementsByTagName("a")[0].href + "'>"; } }) document.querySelectorAll('#imgbbr > #imgbbr3').forEach(function(e){ e.style.display = "none"; }) } } else { console.log("raté") }