User:It's moon/common.js
From Just Solve the File Format Problem
< User:It's moon(Difference between revisions)
(Created page with "// Automatically submit Special:Captcha $(function () { if ($("#wpCaptchaWord").length) { $("#wpCaptchaWord").val("herpderp"); $("#wpSave").click(); } });") |
Revision as of 04:43, 23 May 2025
// Automatically submit Special:Captcha $(function () { if ($("#wpCaptchaWord").length) { $("#wpCaptchaWord").val("herpderp"); $("#wpSave").click(); } });