Re: DevNetworks useful Greasemonkey Scripts
Posted: Sun Oct 17, 2010 11:41 am
Just another simple one. I like the prosilver Special Edition theme best, but the fixed width is annoying (most of the rest are just plain painful on the eyes). This fixes that.
Code: Select all
// ==UserScript==
// @name MaxWidthProSilverDevnet
// @namespace devnetmaxwidth
// @include http://forums.devnetwork.net/*
// ==/UserScript==
document.getElementById('wrap').setAttribute('style', 'width: 92%;');