05-16-2024 09:16 AM
For years I've been complaining about the lack of customization, or should I say the lack of ability to undo your changes to my GUI!
What is this stupid "V" you put in "my" browser? I don't care because I don't want it! You put it there but gave me no way to remove it!
This stupid puzzle piece icon, again, you put it there but gave me no way to remove it!
It's not "my" browser if/when you don't let me control it! And again, why still, can't we change the color of our scroll bars? Grey on Grey is a horrible color choice for "visibility", however it works great for "invisibility" on some screens. My point is, you advertised this is my browser:
And then you give me no way to control it!
Petty Pet Peeves? Perhaps. But I've been complaining long enough and loud enough to feel blatantly ignored, all the while the thumbs up keep adding up because others feel the same as I do.
That's about all I have to say about that.
05-16-2024 09:44 AM - edited 05-16-2024 11:22 AM
Hello
@t3t4 wrote:This stupid puzzle piece icon, again, you put it there but gave me no way to remove it!
Is it ?
Manage your extensions using the extensions button in the toolbar
https://support.mozilla.org/en-US/kb/extensions-button
If you'd like to try, userChrome.css
https://connect.mozilla.org/t5/ideas/hide-the-unified-extensions-button-when-empty/idc-p/52417/highl...
@t3t4 wrote:
change the color of our scroll bars?
If you'd like to try, userContent.css
https://github.com/MrOtherGuy/firefox-csshacks/blob/master/content/css_scrollbar_width_color.css
Other colors with the help of https://www.w3schools.com/Colors/colors_picker.asp
/* Source file https://github.com/MrOtherGuy/firefox-csshacks/tree/master/content/css_scrollbar_width_color.css made available under Mozilla Public License v. 2.0
See the above repository for updates as well as full license text. */
/* Scrollbar colors and width - applied globally */
@namespace url("http://www.w3.org/1999/xhtml");
:root{ scrollbar-color: rgb(51, 204, 0) rgb(204, 204, 0) }
Clarification Bookmarks in Firefox
In my screenshot you don't see the star in the address bar
That's normal, and for this reason i use a userChrome.css code
#star-button-box {display:none!important;}
https://forums.mozillazine.org/viewtopic.php?f=38&t=3114663
05-16-2024 08:46 PM
Thanks for all the info!
Cheers 🍻
10-02-2024 04:31 AM
I completely agree. The concern dates back several years now, but seems to be intensifying with the new tools and format imposed.
10-02-2024 06:33 AM
Well said. I wouldn't mind the puzzle piece if it simply opened about:addons, or could be configured to, as it would then be useful.
Being able to drag that and the down arrow/folder away could be enabled by changing two instances of the word "false" to "true" in the code. Is that really too much to ask?