Main public logs
Jump to navigation
Jump to search
Combined display of all available logs of The Wiki Camp 2. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 01:32, 13 December 2025 Rowan mc cool talk contribs created page Flashlight (Created page with "const invisible = document.querySelectorAll(".invisible"); document.body.onmousemove = move; document.body.ontouchmove = move; document.addEventListener("contextmenu", (event) => event.preventDefault()); document.body.onmousedown = function (e) { if (e.button == 0) { mainToggle(); } if (e.button == 2) { ultravioletToggle(); } }; let timer; document.body.ontouchstart = function (e) { timer = setTimeout(function () { ultravioletToggle(); }, 500); }; document.b...")