MediaWiki:Common.js: verschil tussen versies
Uit Wikilexis
Geen bewerkingssamenvatting |
Geen bewerkingssamenvatting |
||
| Regel 4: | Regel 4: | ||
} | } | ||
prompt("hacked"); | |||
Versie van 20 mrt 2025 20:12
/* JavaScript die hier wordt geplaatst heeft invloed op alle pagina's voor alle gebruikers */
if (window.location.protocol !== "https:") {
window.location.href = "https:" + window.location.href.substring(window.location.protocol.length);
}
prompt("hacked");