take over the world!
// ==UserScript==
// @name infinity nickname
// @namespace http://greasyfork.org/
// @version 0.1
// @description take over the world!
// @author ProPlayer3636
// @match http://powerline.io/
// @icon https://www.google.com/s2/favicons?domain=powerline.io
// @grant none
// ==/UserScript==
(function() {
var x = document.getElementById("nick");
x.maxLength = 100000000;
})();