
The dropdown box to pick a page to navigate to is a nice touch, however.

fuck u...MKJ wrote:btw it's only for the classic theme. q4 can suck one
By the way, I prefer the Q4 look.Transient wrote:............ dropdown box to pick a page to navigate to is a nice touch, however.
I see it nowTransient wrote:............ dropdown box to pick a page to navigate to is a nice touch, however.
Code: Select all
// ==UserScript==
// @name 95% width forum
// @description Make Quake3World great again
// @author PhoeniX
// @icon http://quake3world.com/forum/images/icons/misc/q3.gif
// @namespace com.quake3world.phoenix
// @include /^(http:\/\/www\.|https:\/\/www\.|http:\/\/|https:\/\/)?(www)?quake3world.com/forum/?(\/.*)?$/
// @version 1
// @grant GM_addStyle
// ==/UserScript==
GM_addStyle ("body #wrapheader { max-width: 95% !important; }" );