User:John Tello/Userscripts/Autofill
From Kaboom Wiki
// ==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