🏠 Home 

Kongregate forum post width fix

Prevents right side of posts from being cut off


Install this script?
// ==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';