Kahoot Nickname Length Bypass

Bypasses nickname length for Kahoot!

  1. // ==UserScript==
  2. // @name Kahoot Nickname Length Bypass
  3. // @namespace http://tampermonkey.net/
  4. // @version 1.0.3
  5. // @license MIT
  6. // @description Bypasses nickname length for Kahoot!
  7. // @author MegaKonami
  8. // @match *://kahoot.it*
  9. // @icon https://play-lh.googleusercontent.com/OOTBPTiGOs6jDhZSLCfwzXTSkELqoo5DBNcpl0O3pRXCwHcPCQ_-z0Yk8BpT45nu_A
  10. // @grant none
  11. // ==/UserScript==
  12.  
  13. (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或关注我们的公众号极客氢云获取最新地址