• Ratings Fixer for Stylish (Chrome)
    5 replies, posted
Credit goes to HeroicPillow for making this. I've been using this for a while and thought other people may want to as well. This is for [URL="https://chrome.google.com/webstore/detail/stylish/fjnbnpbmkenffdnngjfgmeleoegfcffe?utm_source=chrome-ntp-icon"]Stylish[/URL] and it fixes the broken ratings thing when you click "List" and the scroll bar is broken and the very bottom name is cut off. It also just makes it look a ton more neat and organized. [QUOTE][B]Before:[/B] [IMG]http://i.imgur.com/FGG5bjV.png[/IMG] [B]After:[/B] [IMG]http://i.imgur.com/JWSZNLX.png[/IMG][/QUOTE] [CODE]body .ratingslist .ratingsbox{ padding: 5px 0 0 0 !important; } body .ratingslist .ratingsbox span{ margin: 0 5px !important; } body .ratingslist .ratingsbox ul{ overflow-y: auto !important; margin-bottom:3px !important; } body .ratingslist .ratingsbox ul li{ height: auto !important; overflow: hidden !important; margin: 0 !important; padding: 2px 4px !important; } body .ratingslist .ratingsbox ul li:nth-child(even){ background: rgb(243, 243, 210) !important; } body .ratingslist .ratingsbox ul li a{ white-space: pre-line !important; margin-right: 15px !important; }[/CODE] When you install stylish, click on the "S" in the top right of chrome and hit "Manage installed styles" and follow these steps: 1.) Click on "Write new style" 2.) Copy/paste the code above into the code box. 3.) Then click on "Specify" below the code box. Where it says "URL" you're gonna click on the drop down menu and select "URLs on the domain." In the box to the right of that, type "facepunch.com" and add it. 4.) Where it says "Name" on the left, just type "ratings fixer" or something - it's not really important what you call it. Under that, check the "enabled" box. When you're all done, it should look something like this: [t]http://i.imgur.com/IMpnwL5.png[/t] Now save it and you're good to go!
So what does it do? Isn't that sort of important to write in your post?
[QUOTE=paul simon;42887990]So what does it do? Isn't that sort of important to write in your post?[/QUOTE] It adds scroll bars to the ratings boxes.
Thanks
I have one that looks like this [code] .ratingslist .ratingsbox ul { max-height: 100% !important; } [/code] Works fine for me. (Doesn't look as good as yours though)
[url=http://userscripts.org/scripts/show/172479]faceraper2013[/url] does this and much more
Sorry, you need to Log In to post a reply to this thread.