Greasy Fork

Kongregate forum post width fix

Prevents right side of posts from being cut off

当前为 2016-03-06 提交的版本,查看 最新版本

// ==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';