// ==UserScript==
// @name Widescreen Forum
// @namespace http://www.kongregate.com/
// @description Adjusts the width of the Kongregate forums
// @include http://www.kongregate.com/forums*
// @version 0.0.1.20160306081301
// @downloadURL none
// ==/UserScript==
var h = document.getElementsByTagName("head")[0],
w = screen.width-100;
h.innerHTML+="\n";
h.innerHTML+="\n";