eoger / tabcenter-redux

Vertical Tabs extension for Firefox
Mozilla Public License 2.0
381 stars 67 forks source link

Hide Mute Icon CSS Script Issue #434

Closed tacosuzy closed 4 years ago

tacosuzy commented 4 years ago

Hello, I have tried the hide mute icon CSS script from the wiki but for some reason the icon is still visible and clickable. I am running Manjaro linux kde 64bit and am also using the mute tabs by default addon and latest Firefox version. I may be interpreting the function of the script wrong as well. To clarify what I'd like to happen in case I am wrong in the function is I would like the mute icon to be removed and not clickable. I have tried another CSS script from the mute tabs by default github but the script doesn't have affect either.

The other CSS script I tried, @namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul); .tab-icon-overlay[muted],.tab-icon-sound[muted],.tab-icon-overlay[soundplaying],.tab-icon-sound[soundplaying] { display: none !important; }

tacosuzy commented 4 years ago

I realize my error in a significant understanding of the tabcenter redux addon. I found out about it and the script mentioned by @eoger at the mute tabs by default github so my mistake. I do not view tabs in the way this script works nor did I know that was a thing. On the chance it works with the tabs being horizontal with the CSS script add I will leave this up.