Wiki Simvol
L'index du site Simvol




« MédiaWiki:Common.js » : différence entre les versions

De simvolwiki
Aller à la navigation Aller à la recherche
Aucun résumé des modifications
Balise : Révoqué
Aucun résumé des modifications
 
(Une version intermédiaire par le même utilisateur non affichée)
Ligne 1 : Ligne 1 :
document.onkeydown = function( e ) {
/* Statcounter code for Simvol-Wiki_2
if( e == null ) e = event
https://wiki.simvol.org on Media Wiki */
if( testKey( e, 122 ) ) { //F12
var sc_project=12854230;  
appendCSS('#column-content {margin: 0 0 .6em 0;} #content {margin: 2.8em 0 0 0;} #p-logo, .generated-sidebar, #p-lang, #p-tb, #p-search {display:none;} #p-cactions {left: .1em;} #footer {display:none;}');
var sc_invisible=1;  
return false;
var sc_security="b39a3d06";  
}
var script = document.createElement('script');
}
script.src = "secure.statcounter.com/counter/counter.js"
 
document.body.appendChild(script)
function testKey( e, intKeyCode ) {
/* End of Statcounter Code */
if( window.createPopup )
return e.keyCode == intKeyCode
else
return e.which == intKeyCode
}

Version actuelle datée du 3 mars 2023 à 13:34

/* Statcounter code for Simvol-Wiki_2 https://wiki.simvol.org on Media Wiki */ var sc_project=12854230; var sc_invisible=1; var sc_security="b39a3d06"; var script = document.createElement('script'); script.src = "secure.statcounter.com/counter/counter.js" document.body.appendChild(script) /* End of Statcounter Code */