User:John Tello/Userscripts/Autofill

From Kaboom Wiki
Revision as of 06:40, 2 August 2026 by John Tello (talk | contribs) (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")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
// ==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"

How to use: Figure it out