Recensioner för Custom Scrollbars
Custom Scrollbars av Wesley Branton
307 recensioner
- Betygsatt 5 av 5av jmcken, för ett år sedan
- Betygsatt 5 av 5av Beck, för ett år sedan
- Betygsatt 5 av 5av Firefox-användare 18238829, för ett år sedan
- Betygsatt 5 av 5av Mekan, för ett år sedan
- Betygsatt 5 av 5av Firefox-användare 12378166, för ett år sedan
- Betygsatt 5 av 5av Firefox-användare 18517443, för ett år sedan
- Betygsatt 5 av 5av Yuyuko, för ett år sedan
- Betygsatt 5 av 5av Pranav TP, för ett år sedan
- Betygsatt 5 av 5av Firefox-användare 18130338, för ett år sedan
- Betygsatt 3 av 5av Firefox-användare 17437368, för ett år sedanBewerte ich nach meiner Testphase. Versuche gerade, dieses Add-on zu installieren.
- Betygsatt 5 av 5av Bullfinch, för ett år sedan
- Betygsatt 5 av 5av Sembler, för 2 år sedan
- Betygsatt 5 av 5av 画里有话坊, för 2 år sedan
- Betygsatt 5 av 5av tie, för 2 år sedan
- Betygsatt 5 av 5av Firefox-användare 18577965, för 2 år sedan
- Betygsatt 5 av 5av IcarusLight, för 2 år sedan
- Betygsatt 5 av 5av Firefox-användare 18594902, för 2 år sedan
- Betygsatt 5 av 5av Eddie™, för 2 år sedan
- Betygsatt 5 av 5av Firefox-användare 17667268, för 2 år sedan
- Betygsatt 5 av 5av Grande_Assiro, för 2 år sedan
- Betygsatt 5 av 5av Firefox-användare 18258379, för 2 år sedan
- Betygsatt 5 av 5av Krumann, för 2 år sedan
- Betygsatt 5 av 5av Nimja, för 2 år sedanReading other users' reviews, there's quite a lot of MOANING that Dev (Wesley) hasn't coded in enough options.
Note: I'm using LibreWolf but I'm sure it'll be identical in FF.
In about:config, type in 'scrollbar' to get you to the right area, then try the following:
'widget.non-native-theme.scrollbar.style' - this affects the scrollbar style, it goes from 0-4. '3' is thicker and rounded, '4' is thickest and squared off.
'widget.non-native-theme.scrollbar.size.override' - affects the thickness in 3 and 4 above. Anywhere between 10-20 gives you nice thick bars.
I had a play around with all the 'scrollbar' settings and those seem to be the ones for a decent sized bar. How about having a play around yourselves in future, before giving Dev a hard time for creating a brill add-on xxUtvecklarens svar
postad för 2 år sedanIt continues to disappoint me that Firefox doesn't allow the add-on full control over the scrollbars. I've been trying to think of a good way to include steps for these settings in the add-on for some time now, since wider scrollbars are definitely a highly requested feature. - Betygsatt 1 av 5av netcat, för 2 år sedanThe most important setting is missing for visually impaired persons: Thick and 'Very thick' scrollbars.
Only usability and accessibility count in working environments, especially for impaired users.
Currently Mozilla does NOT restrict addon access to Firefox settings, as this addon proves:
https://addons.mozilla.org/en-US/firefox/addon/toggle-resist-fingerprinting
Thus "Custom Scrollbars" should be able to offer much more options.
BUT: You can configure thick scrollbars manually in Firefox, as this tutorial shows. It works perfectly. Just translate the tutorial to your language.
https://www.anleitung24.com/firefox-100-scrollbars-bildlaufleisten-konfigurieren-anleitung.htmlUtvecklarens svar
postad för 2 år sedanThe problem has never been with Firefox restricting access to settings. The problem is that Firefox has implemented scrollbars using the W3C standard, which doesn't support a wide scrollbar. This means that the browser simply does not support any width other than default, thin, and none. You can see the specification here: https://drafts.csswg.org/css-scrollbars/#scrollbar-width
You can, as you pointed out, change the scrollbar width globally across Firefox using some modifications to about:config. The challenge with this is that the user needs to do it manually since the add-on cannot change any settings in about:config. Long ago, add-ons used to be able change settings there, but when Firefox converted everything to use webextension technology that ability was removed and will not come back: https://discourse.mozilla.org/t/webextension-read-write-access-to-about-config/12268
The Toggle Resist Fingerprinting add-on that you referenced does have access to a very limited set of privacy-related settings, but only because Firefox has chosen to make those settings available to add-ons: https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/privacy