PDA

View Full Version : Full Width CoG Site


LiquidRain
10-01-2008, 11:57 AM
Hey guys.

I created a Greasemonkey script that makes the CoG site go full width on a monitor, but it's still kinda clunky because it only goes full width after the entire page has been rendered.

So if you like wideness like I do: get Greasemonkey, copy+paste the code to a file called "cogwidth.user.js", and then drag & drop the file to a blank Firefox tab.

// Colony of Gamers Full Width Greasemonkey Script
//
// ==UserScript==
// @name CoG Full Width
// @namespace http://colonyofgamers.com
// @description Widens CoG site to fill screen
// @include http://colonyofgamers.com/*
// @include http://www.colonyofgamers.com/*
// ==/UserScript==

document.getElementById("wrapper").style.width = "100%";

e: it's worth noting that yes, this isn't exactly rocket science here.

iHap
10-01-2008, 12:15 PM
I actually like the way it looks right now, but I'll give it a try.

claws
10-01-2008, 12:25 PM
That's so wide it's actually a bit scary. Nice job, thanks :)

Jackel
10-01-2008, 12:26 PM
I'm gonna give this layout a day or two, but then I'll definitely try out the script, thanks Liquid.

LiquidRain
10-01-2008, 03:10 PM
If it's too wide for you, just change the % to your liking!

pomeroy
10-01-2008, 03:15 PM
If it's too wide for you, just change the % to your liking!

...that's what she said.

Rogue_hunter
10-06-2008, 05:33 PM
Pretty nifty, not that I actually need it myself. Someone could sure use this though, and stop whining about "amateur" webdesign...

Thrak
10-06-2008, 05:34 PM
So if you like wideness like I do:

Big fan of girth, eh?

fitbabits
10-06-2008, 05:35 PM
Where in hell's name is bean??

Spectre-7
10-06-2008, 05:49 PM
So if you like wideness like I do...

Chubby chaser.

Loki
10-06-2008, 05:55 PM
Chubby chaser.

They're always tons of fun.

VerseD
10-06-2008, 07:50 PM
Thanks Liquid. This layout can be pretty slim on some monitors.

...that's what she said.

Nice one.