@killick I don't feel comfortable speaking for everyone, but I too don't want skinny scroll bars. At least Firefox lets me override scroll bar width via CSS:
* {
scrollbar-width: auto !important;
scrollbar-color: #fff #777 !important;
}
in UserContent.css
Requires about:config toolkit.legacyUserProfileCustomizations.stylesheets to be set to true.