gamesas.com Firefox Enhancement using Stylish

Post » Tue Nov 02, 2010 12:00 pm

Hi,
I made an enhancement for gamesas.com:
  • it enhances the width to "auto", so the width of the forum is set to your display width
  • it fixes the "image-bug" (if an image larger than the forum width is posted, the other posts will be broken)
  • the breadcrumbs get fixed, because the forum width is now larger
You need to have the extension Stylish installed:
https://addons.mozilla.org/de/firefox/addon/stylish/

Here's the code:
Code:
@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("gamesas.com") {
    .front-page {
        width: auto !important;
    }
    .layout {
        padding: 2px 5px 2px 13px !important;
    }
    .postbody {
        max-width: none !important;
    }
    img {
        max-width: 800px; /* max width fix */
    }
}


How to install:
1. select the code and copy it to your clipboard
2. go to extras -> Addons -> search "Stylish" in the Addons-List and select "Settings"
3. In the upcoming window click on "create new style"
4. Now enter a name for the fix, like "gamesas.com fix" or something like that
5. Paste the copied code into the text input box
6. Click on 'Save'
7. Have fun

Here is how it looks after applying the fix:
Image
Have fun!
I hope it is useful and hopefully the forums get updated soon... :) I think I read about that today, where Cry-Tom stated that.

User avatar
Juan Cerda
 
Posts: 3426
Joined: Thu Jul 12, 2007 8:49 pm

Post » Tue Nov 02, 2010 4:55 am

whoa, its gonna take some getting used to! but its pretty cool!
User avatar
Nikki Hype
 
Posts: 3429
Joined: Mon Jan 01, 2007 12:38 pm

Post » Tue Nov 02, 2010 7:19 am

Thanks.
I updated the first post and added a short installation tutorial. If you have questions, just ask me ;)
User avatar
Timara White
 
Posts: 3464
Joined: Mon Aug 27, 2007 7:39 am

Post » Tue Nov 02, 2010 12:24 pm

Can I please have it for Chrome?
User avatar
R.I.p MOmmy
 
Posts: 3463
Joined: Wed Sep 06, 2006 8:40 pm

Post » Tue Nov 02, 2010 5:06 am

umh..
https://chrome.google.com/extensions/detail/fjnbnpbmkenffdnngjfgmeleoegfcffe

Here's the link for the Stylish extension for chrome.
The code should work there, too.. but I dunno how to access Stylish in Chrome, because I use Firefox ;)
User avatar
BEl J
 
Posts: 3397
Joined: Tue Feb 13, 2007 8:12 am


Return to Crysis