// ==UserScript== // @name Kongregate chat padding fix // @namespace https://greasyfork.org/en/scripts/18261-kongregate-chat-padding-fix // @description Makes the kong chat look like the old one // @author grabarz19 // @version 1 // @date 25.03.2016 // @include http://www.kongregate.com/games/* // @grant GM_addStyle // @downloadURL https://update.greasyfork.icu/scripts/18261/Kongregate%20chat%20padding%20fix.user.js // @updateURL https://update.greasyfork.icu/scripts/18261/Kongregate%20chat%20padding%20fix.meta.js // ==/UserScript== GM_addStyle ("#kong_game_ui .chat_message_window p span {vertical-align:top;} #kong_game_ui .chat_message_window p {padding:2px 6px 1px 4px;}");