By using this site, you agree to our Privacy Policy and our Terms of Use. Close

Install stylish for firefox, then create a new style for gamrconnect.vgchartz.com and put in this code.

@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url("http://gamrconnect.vgchartz.com/") {
body {background: #000;}
}

set #000 to any hex color you want.

 

Personally I use this:

@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url("http://gamrconnect.vgchartz.com/") {
body {     background: #fafafa; }
#forum_buddy {    margin-left: 1170px;    margin-top: 85px;    background: none repeat scroll 0% 0% #fafafa;    border-radius: 0px;    box-shadow: 0px 0px 0px #000;}
#footer_bar_links {    visibility: hidden;    height:0px;}
#footer_bar_affiliates {    visibility: hidden;    height:0px;}
#footer_bar_corporate {    visibility: hidden;    height:0px;}
#network_box_wrap {    width:1px;    height: 1px;    visibility: hidden;}
.around_network_wrap {    float:right;    margin:-340px 0 0 0px;    height: 1px;    visibility: hidden;}
.network_header {   visibility: hidden;    height:0px;}
}

Makes it look like this:

Basically just add in any html code you want, to overwrite what is already there, find the background color (in this case fafafa, and replace all instances of it with the color you want and you're done.