User:John Tello/Userscripts/Autofill

From Kaboom Wiki
Revision as of 05:21, 3 August 2026 by John Tello (talk | contribs) (update domain)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
// ==UserScript==
// @name        KSW cap autofill
// @version     1.0.0
//
// @match       https://kaboom.wiki/index.php*action=*
// @grant       none
//
// @author      John Tello
// @description Automatically fills in the anti-spam captcha on kaboom.wiki
// ==/UserScript==

document.getElementById("wpCaptchaWord").value = "MissingTexture"

How to use: Figure it out