WOO FORUM UPDATE
Moderator: Moderators
-
bicostp
- Moderator
- Posts: 10491
- Joined: Mon Mar 07, 2005 5:47 pm
- Steam ID: bicostp
- Location: Spamalot
- Contact:
The only thing that bothers me is the non-linking logo. Once the link is restored Ill be a happy camper. 
*keeps debugging greasemonkey script*
*keeps debugging greasemonkey script*
Twitter
http://www.pcwgaming.com" onclick="window.open(this.href);return false;
If you want a Dropbox account, please use my referral link
http://www.pcwgaming.com" onclick="window.open(this.href);return false;
If you want a Dropbox account, please use my referral link
-
bicostp
- Moderator
- Posts: 10491
- Joined: Mon Mar 07, 2005 5:47 pm
- Steam ID: bicostp
- Location: Spamalot
- Contact:
The forum index.
index.php
index.php
Last edited by bicostp on Tue Apr 17, 2007 12:17 pm, edited 1 time in total.
Twitter
http://www.pcwgaming.com" onclick="window.open(this.href);return false;
If you want a Dropbox account, please use my referral link
http://www.pcwgaming.com" onclick="window.open(this.href);return false;
If you want a Dropbox account, please use my referral link
-
bicostp
- Moderator
- Posts: 10491
- Joined: Mon Mar 07, 2005 5:47 pm
- Steam ID: bicostp
- Location: Spamalot
- Contact:
Well I can't get Greasemonkey to do what I want (replace
with the smiley), but here's a user style that replaces the blue gradient header background with a darker, scanlined version that looks a bit like the homepage:
You need the Stylish extension for Firefox to get this working. Copy everything in the code box into a new Stylish script. Don't like it? Remove it! 
Here's what the banner image looks like:
<img src="http://img264.imageshack.us/img264/5331/newbgen2.png" width=100% height=38 alt="HA! dynamic image resizing! Another reason BBcode sucks">
Code: Select all
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("benheck.com") {
th {
color: #FFA34F; font-size: 11px; font-weight : bold;
background-color: #006699; height: 25px;
background-image: url(http://img264.imageshack.us/img264/5331/newbgen2.png) !important;
}
}Here's what the banner image looks like:
<img src="http://img264.imageshack.us/img264/5331/newbgen2.png" width=100% height=38 alt="HA! dynamic image resizing! Another reason BBcode sucks">
Twitter
http://www.pcwgaming.com" onclick="window.open(this.href);return false;
If you want a Dropbox account, please use my referral link
http://www.pcwgaming.com" onclick="window.open(this.href);return false;
If you want a Dropbox account, please use my referral link
-
Rototiller
- Posts: 366
- Joined: Thu Aug 10, 2006 8:50 am
- Location: SC
-
Nonsense Man
- Posts: 896
- Joined: Wed Dec 28, 2005 10:03 am
- Location: somewhere
I'm confused since ive never used greasemonkey before so can i have some help installing your script??bicostp wrote:Well I can't get Greasemonkey to do what I want (replacewith the smiley), but here's a user style that replaces the blue gradient header background with a darker, scanlined version that looks a bit like the homepage
You need the Stylish extension for Firefox to get this working. Copy everything in the code box into a new Stylish script. Don't like it? Remove it!
-
bicostp
- Moderator
- Posts: 10491
- Joined: Mon Mar 07, 2005 5:47 pm
- Steam ID: bicostp
- Location: Spamalot
- Contact:
It's not for Greasemonkey, it's for Stylish. (Another plugin with another purpose)Nonsense Man wrote:I'm confused since ive never used greasemonkey before so can i have some help installing your script??
http://userstyles.org/stylish/help
Twitter
http://www.pcwgaming.com" onclick="window.open(this.href);return false;
If you want a Dropbox account, please use my referral link
http://www.pcwgaming.com" onclick="window.open(this.href);return false;
If you want a Dropbox account, please use my referral link
-
ganonbanned
- Senior Member
- Posts: 2211
- Joined: Thu Feb 16, 2006 5:58 pm
- Location: Wisconsin


