Main public logs
From Kaboom Wiki
Combined display of all available logs of Kaboom Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 06:40, 2 August 2026 John Tello talk contribs created page User:John Tello/Userscripts/Autofill (Created page with "<pre> // ==UserScript== // @name KSW cap autofill // @version 1.0.0 // // @match https://kswiki.chipmunk.land/index.php*action=* // @grant none // // @author John Tello // @description Automatically fills in the anti-spam captcha on kswiki.chipmunk.land // ==/UserScript== document.getElementById("wpCaptchaWord").value = "MissingTexture" </pre> How to use: Figure it out")