סקירות עבור Custom Scrollbars
Custom Scrollbars Wesley Branton מאת
307 דירוגים
- דירוג 5 מתוך 5מאת משתמש Firefox 18238829, לפני שנה
- דירוג 5 מתוך 5מאת משתמש Firefox 12378166, לפני שנה
- דירוג 5 מתוך 5מאת משתמש Firefox 18517443, לפני שנה
- דירוג 5 מתוך 5מאת משתמש Firefox 18130338, לפני שנה
- דירוג 3 מתוך 5מאת משתמש Firefox 17437368, לפני שנהBewerte ich nach meiner Testphase. Versuche gerade, dieses Add-on zu installieren.
- דירוג 5 מתוך 5מאת Sembler, לפני שנתיים
- דירוג 5 מתוך 5מאת 画里有话坊, לפני שנתיים
- דירוג 5 מתוך 5מאת tie, לפני שנתיים
- דירוג 5 מתוך 5מאת משתמש Firefox 18577965, לפני שנתיים
- דירוג 5 מתוך 5מאת IcarusLight, לפני שנתיים
- דירוג 5 מתוך 5מאת משתמש Firefox 18594902, לפני שנתיים
- דירוג 5 מתוך 5מאת Eddie™, לפני שנתיים
- דירוג 5 מתוך 5מאת משתמש Firefox 17667268, לפני שנתיים
- דירוג 5 מתוך 5מאת Grande_Assiro, לפני שנתיים
- דירוג 5 מתוך 5מאת משתמש Firefox 18258379, לפני שנתיים
- דירוג 5 מתוך 5מאת Krumann, לפני שנתיים
- דירוג 5 מתוך 5מאת Nimja, לפני שנתייםReading 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 xxתגובת המפתח
מועד פרסום: לפני שנתייםIt 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. - דירוג 1 מתוך 5מאת netcat, לפני שנתייםThe 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.htmlתגובת המפתח
מועד פרסום: לפני שנתייםThe 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