Remove timestamps from kong chat
当前为
// ==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
// ==/UserScript==
GM_addStyle ( " \
.timestamp { \
display: none !Important; \
} \
" ) ;