Minimizes the big text for enemy kill
// ==UserScript==
// @name Vertix.io Big Text Shrinker
// @namespace http://tampermonkey.net/
// @version 0.2
// @description Minimizes the big text for enemy kill
// @author Wrekt
// @match http://vertix.io/
// @grant none
// ==/UserScript==
(function() {
'use strict';
bigTextSize = 10; //Need text bigger/Smaller? change this value
//Want to change other text sizes? Use variable textSizeMult
})();