User:John Tello/Userscripts/Autofill: Revision history

From Kaboom Wiki

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

3 August 2026

2 August 2026

  • curprev 06:4006:40, 2 August 2026 John Tello talk contribs 401 bytes +401 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"