Don't like oversized images in your threads? Chrome users solution

Associate
Joined
19 Jun 2010
Posts
1,695
Location
Southampton City Centre
Just a tip for Chrome users. If you get a bit tired of the oversized screenshot in a thread forcing a horizontal bar. Download this extension

https://chrome.google.com/extensions/detail/oiaejidbmkiecgbjeifoejpgmdaleoha

Stylbot allows you to customise and save the CSS for a site.

Once installed, simply look at the url bar and you'll see a "css" text at the end. Click it. Then click "Edit CSS".

Add this.


img {
max-width: 1000px; // Change the width to suit your browsing needs
}

Save the css and voila. Done. All pictures should be linked to the location when put in if it's a good poster.

Note, you can also click the little icon in the top right, then click elements (such as banners) on the page to select them. Then on "Layout and visibility" select "hide". That will remove it. This works for any site and it's saved for when you come back. Get rid of a few annoying looking adverts and such this way.

For non Chrome users, here's a download to Chrome.

http://www.google.com/chrome :D

Enjoy. :)

p.s. there are other ways to sort the issue out, for multiple browsers, this is just one.
 
Back
Top Bottom