Page 4 of 4

Re: DevNetworks useful Greasemonkey Scripts

Posted: Sun Oct 17, 2010 11:41 am
by Jonah Bron
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%;');

Re: DevNetworks useful Greasemonkey Scripts

Posted: Thu Nov 04, 2010 11:57 am
by Jonah Bron
Fixed a couple of mine, and also updated Forum Rule Insert-er to provide a link as the author of the quote. Ex:
Forum Rules wrote:1. Select the correct board for your query. Take some time to read the guidelines in the sticky topic.