
Remove Speaker / Audio icon from tabs FF 143
Does anyone know how to get rid of that icon in tabs with the newest version? I have found several mentions of code like below, but they are anywhere from 7 months ago to years ago and don't seem to work with the new update:
/* Disable unmuted icon */ .tab-audio-button { display:none !important; }/* Disable unmuted icon */ or .tab-audio-button { display:none !important; }
or something with: .tab-icon-overlay
thanks!
Does anyone know how to get rid of that icon in tabs with the newest version? I have found several mentions of code like below, but they are anywhere from 7 months ago to years ago and don't seem to work with the new update:
/* Disable unmuted icon */
.tab-audio-button { display:none !important; }/* Disable unmuted icon */
or
.tab-audio-button { display:none !important; }
or something with:
.tab-icon-overlay
thanks!