// ==UserScript== // @name Kongregate Chat Timestamp Killer // @namespace tag://kongregate // @description Remove timestamps from kong chat // @author aspyderwebb // @version 0.0.2 // @date 12.23.2015 // @include http://www.kongregate.com/* // @grant GM_addStyle // @downloadURL none // ==/UserScript== GM_addStyle ( " \ .timestamp { \ display: none !Important; \ } \ " ) ;