11-02-2024 12:03 AM
this new button is so annoying...
imagine i drag tabs then by accident i click on it, so much easier to make annoying mistakes that no one will help me with this pls ☹️
SOOOOOOOOOOOOO ANNOYING!!! the feature wasn't even as bad as it was before, it is so confusing and unfamiliar at the same time as well.
i need real help now 😩
11-02-2024 12:30 AM
Hello
Is it this subject https://connect.mozilla.org/t5/discussions/mute-tab-icon-changed/td-p/76250
userChrome.css by way of illustration
/* Larger and bottomless loudspeaker symbol */
.tab-icon-overlay {
border: none !important;
background-color: transparent !important;
transform: scale(1.7) !important;
}
/* Green loudspeaker symbol on the sound */
.tab-icon-overlay[soundplaying] {
fill: green !important;
}
/* Red loudspeaker symbol on silence */
.tab-icon-overlay[muted] {
fill: red !important;
}
About scale by way of illustration https://developer.mozilla.org/en-US/docs/Web/CSS/transform-function/scale
11-02-2024 12:48 AM
i wanted to but there is no documentation on the microsoft store version on how to mod it with css 😤
11-02-2024 12:47 AM
this is hard because i am using the microsoft store version
11-02-2024 01:07 AM - edited 11-11-2024 12:29 AM
https://www.userchrome.org/how-create-userchrome-css.html ?
And
Alternately, if you have some CSS code ready to paste into a userChrome.css file, you can do that using the following page and download your userChrome.css file from there: Generate Downloadable userChrome.css File.
https://www.userchrome.org/download-userchrome-css.html
11-06-2024 11:23 AM - edited 11-06-2024 11:23 AM
I'm NOT gonna create an entirely new file (UserChrome.css) SOLELY for one tweak!! Instead, please upvote and sign!!
https://connect.mozilla.org/t5/ideas/add-preference-for-previous-media-icon/idi-p/76945
https://www.change.org/p/implement-a-legacy-icon-toggle-in-browser-preferences
11-11-2024 11:35 PM
Hello
For information purposes, compact mode workaround in Firefox https://support.mozilla.org/en-US/kb/compact-mode-workaround-firefox to complement userChrome.css https://www.youtube.com/embed/1IpgDKAtM3s