• Tired of page stretching? Got Firefox? Have I got an addon for you!
    40 replies, posted
[img]https://addons.mozilla.org/en-US/firefox/images/addon_icon/2108/1275607902[/img] [B]Stylish[/B] is a Firefox addon that allows you to customize pages to look however you see fit! There are even downloadable styles that others have made, and you can use them however you like! [url=https://addons.mozilla.org/en-US/firefox/addon/2108/]Get it here![/url] Once it's all downloaded, you'll see the icon at the top of this post in the bottom right corner of your Firefox window. Go to any site, right click the icon, and choose "Find styles for this site"! From there, you'll be able to pick out styles others have made, such as [url=http://userstyles.org/styles/22593]this FP improvement script[/url]. It makes the middle area thinner and centered, and [B]automatically thumbnails large images[/B] ([url=http://www.facepunch.com/showthread.php?t=845551]The original source for the script is a thread here on FP too![/url]). Here's a couple demonstration images: Before [img]http://userstyles.org/style_screenshots/22593_before.gif[/img] After [img]http://userstyles.org/style_screenshots/22593_after.gif[/img] So, download Stylish if you don't have it already, and I hope this post has somehow made you want to download it, because it really is useful, and I figured I'd share it with the rest of FP.
Thanks doomish, you're useful with everything :v:
This sounds pretty damn useful. Have a wench! :v:
Damnit, now I want to use firefox instead of opera. Looks good tho, rated useful.
Rated useful.
Holy shit this is awesome. Thanks, bro.
I got this the other week, it's dead useful :smile: Thanks for sharing it with everyone else though.
Awesome addon bro.
Posting massive image in order to test. Original sized at 3456 x 2304. [IMG]http://farm5.static.flickr.com/4067/4538679667_6f21ee0d27_o.jpg[/IMG] [editline]yeah[/editline] Success :haw:
Yeah, it definitely works. :v:
[url]http://www.facepunch.com/showthread.php?t=845551[/url] gj OP
[QUOTE=Suttles;22834998]Damnit, now I want to use firefox instead of opera. Looks good tho, rated useful.[/QUOTE] If I'm not mistaken, you can use Install as plain CSS. That should work. [url]http://my.opera.com/micahrayaills/blog/how-to-install-custom-user-style-sheets-in-opera-and-firefox[/url] Actually, Userstyles.org actually gives you instructions on how to install the scripts on opera.
This works with Greasemonkey as well.
[QUOTE=Zeke129;22835323]This works with Greasemonkey as well.[/QUOTE] I've been using it with Greasemonkey since last november mine is modded so I still have a full size page but it still makes the images smaller
chrome here, i like how one tab crashing doesn't break the whole browser
[QUOTE=L34rn;22835336]chrome here, i like how one tab crashing doesn't break the whole browser[/QUOTE] what
Gonna take some time to get used too, but it helps, thanks!
[QUOTE=ButtsexV2;22835315][url]http://www.facepunch.com/showthread.php?t=845551[/url] gj OP[/QUOTE] Oh hey, it's the source! Didn't think there was actually a thread about it. Added to the OP for source purposes.
[url=https://chrome.google.com/extensions/detail/fjnbnpbmkenffdnngjfgmeleoegfcffe]Google Chrome Version[/url] of it.
eww now the width is fixed instead of fluid ewwwww [editline]07:11PM[/editline] this also works on ie, chrome, safari, and many other browsers you dont need stylish if you have chrome fuck the firefox fanboys
[QUOTE=Erp;22835433]eww now the width is fixed instead of fluid ewwwww[/QUOTE] [code]// ==UserScript== // @name Facepunch | Thinner & No Scroll // @namespace http://userstyles.org // @description This style makes facepunch, thinner, and set to an absolute width, so it doesnt get wider as your screen gets wider. Also, it resizes all images posted to stay within their frames, but keeps their proportions. This may also help load times on slower connections. // @author josephbc // @homepage http://userstyles.org/styles/22593 // @include http://facepunch.com/* // @include https://facepunch.com/* // @include http://*.facepunch.com/* // @include https://*.facepunch.com/* // ==/UserScript== (function() { var css = "body,html{\nwidth:100%;\nmargin:0 auto;\n}\n\nimg{\nmax-width:95%}"; if (typeof GM_addStyle != "undefined") { GM_addStyle(css); } else if (typeof PRO_addStyle != "undefined") { PRO_addStyle(css); } else if (typeof addStyle != "undefined") { addStyle(css); } else { var heads = document.getElementsByTagName("head"); if (heads.length > 0) { var node = document.createElement("style"); node.type = "text/css"; node.appendChild(document.createTextNode(css)); heads[0].appendChild(node); } } })();[/code] edit the percents as desired
[QUOTE=Erp;22835433]eww now the width is fixed instead of fluid ewwwww [editline]07:11PM[/editline] this also works on ie, chrome, safari, and many other browsers you dont need stylish if you have chrome fuck the firefox fanboys[/QUOTE] You can fix that by setting the width to a percentage instead of an amount of pixels.
[QUOTE=Agent Cobra;22834989]This sounds pretty damn useful. Have a wench! :v:[/QUOTE] Can I have your mail-order bride too?
There's one for chrome: [url]https://chrome.google.com/extensions/detail/fjnbnpbmkenffdnngjfgmeleoegfcffe[/url] Rate me clocks.
any for opera? [editline]07:21PM[/editline] [QUOTE=Tayg0;22835317]If I'm not mistaken, you can use Install as plain CSS. That should work. [url]http://my.opera.com/micahrayaills/blog/how-to-install-custom-user-style-sheets-in-opera-and-firefox[/url] Actually, Userstyles.org actually gives you instructions on how to install the scripts on opera.[/QUOTE] css?
Wicked, thanks man :D [IMG]http://img638.imageshack.us/img638/1540/img2645g.jpg[/IMG]
such amazing "thumbnail" img { max-width:200px; }
I really like this, now images are smaller and facebook looks awesome
this works just as well [IMG]http://anyhub.net/file/works.png[/IMG] plus not that ugly yellow background on your posts
The image thing is nice but why would I want a fixed width size?
Sorry, you need to Log In to post a reply to this thread.