// ==UserScript== // @name gotaChat // @namespace http://tampermonkey.net/ // @version 0.1 // @description gota chat perks // @author Specy // @match http://gota.io/web // @grant none // @downloadURL none // ==/UserScript== (function() { 'use strict'; // Your code here... })();