Elder scrolls - SLRPNK

In b4 someone tells me 6 isn’t out yet

Simplifying the most recent scroll bar feels like a huge step backwards to me. It really is the epitome of modern tech needlessly boiling down to its basic visual aspects to emulate a “clean” environment for the users.

Give me back my scroll bar texture damnit

UIs get worse all the time, very frustrating. Who needs contrast, right? I have good eyes and know exactly where to look. My mother? Holy shit no chance.
Not necessarily for visibility but when i work I NEED FUCKING BORDERS FOR MY FUCKING BRAIN TO KEEP FUCKING STRUCTURE AND NOT EVERYTHING FADING OUT INTO …yeah thanks i lost the thread again
Seriously fuck Wikipedia’s desktop redesign, I regret that I donated before the change

In case you weren’t aware, there are extensions that you can use to restore the older (better) UIs. Here are a couple:

There are probably some for other browsers as well. I don’t use them though. I instead wrote myself a tampermonkey script to change it:

if (!window.location.search.contains('useskin')) { var new_url = window.location.protocol + "//" + window.location.hostname + window.location.pathname; if (window.location.search == "") { new_url = new_url + "?useskin=monobook"; } else { new_url = new_url + window.location.search + "&useskin=monobook"; } new_url = new_url + window.location.hash; window.location.replace(new_url); }

You can compare the available wikipedia styles on this page to see which one you like best: en.wikipedia.org/wiki/Wikipedia:Skin?useskin=mono…

Wikipedia Vector Skin – Get this Extension for 🦊 Firefox (en-US)

Download Wikipedia Vector Skin for Firefox. This extension restores the old Wikipedia Layout and Design by appending "?useskin=vector" to Wikipedia URLs.

Yeah, and I do that, I just don’t think I should have to. I should be able to open the website on a fresh install and not get nauseous using it.