Kongregate forum post width fix

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://greasyforks.org/users/32649
// ==/UserScript==

document.getElementById('feature').style.overflow = 'visible';
长期地址
遇到问题?请前往 GitHub 提 Issues。