// ==UserScript==
// @name			Sellaband Forum display tweaker
// @namespace	http://www.radiusrock.com/greasemonkey/
// @description	Script to widen the forum display on Sellaband.com
// @include		http://www.sellaband.com/forum/*
// @include		http://sellaband.com/forum/*
// ==/UserScript==
window.setTimeout(function() {document.getElementById('main').getElementsByTagName('div')[0].style.width='700px';}, 1000);

