Prevents right side of posts from being cut off
// ==UserScript== // @name Kongregate forum post width fix // @description Prevents right side of posts from being cut off // @include http://www.kongregate.com/forums/* // @version 0.0.1.20160306134804 // @namespace https://greasyfork.org/users/32649 // ==/UserScript== document.getElementById('feature').style.overflow = 'visible';