Kahoot Nickname Length Bypass

Bypasses nickname length for Kahoot!

目前为 2022-04-07 提交的版本。查看 最新版本

// ==UserScript==
// @name         Kahoot Nickname Length Bypass
// @namespace    http://tampermonkey.net/
// @version      1.0.2
// @license      MIT
// @description  Bypasses nickname length for Kahoot!
// @author       MegaKonami
// @match        *//kahoot.it
// @icon         https://play-lh.googleusercontent.com/OOTBPTiGOs6jDhZSLCfwzXTSkELqoo5DBNcpl0O3pRXCwHcPCQ_-z0Yk8BpT45nu_A
// @grant        none
// ==/UserScript==

(function() { 'use strict'; setInterval(function() { document.getElementsByName('nickname').forEach(function(currentValue, index, array) { var v=currentValue,i=index,a=array; v.removeAttribute('maxLength'); v.placeholder = 'Nickname (No Length)'})}, 100);})();

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址