disable border radius on sites
i'm not kind of fan of the border radius elements. if you are also, then this tiny css script will help you get rough square elements instead of rounded ones. it may not work as intended on sites like discord.com though, because their style sheets are dynamic.
* {border-radius:0px !important}
type this or copy into your stylus extension as a new style to add and set everything so the style will affect every element on every site

now save and check for example fmhy.net if your style is working you'll see difference when switching it on and off like it's shown here.

