From 2ed7f4c60cbc9e902fa669a0150255cfec6d8143 Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Sun, 23 Oct 2022 17:49:59 +0300 Subject: [PATCH] Also hide labeled private-browsing indicator when not needed --- chrome/privatemode_indicator_as_menu_button.css | 1 + 1 file changed, 1 insertion(+) diff --git a/chrome/privatemode_indicator_as_menu_button.css b/chrome/privatemode_indicator_as_menu_button.css index 78647a3..5b311a6 100644 --- a/chrome/privatemode_indicator_as_menu_button.css +++ b/chrome/privatemode_indicator_as_menu_button.css @@ -3,6 +3,7 @@ See the above repository for updates as well as full license text. */ /* Removes the private-browsing-mode indicator from tabs toolbar and changes the menu-button icon to the private-browsing indicator in private windows */ +#private-browsing-indicator-with-label, .private-browsing-indicator{ display: none } :root[privatebrowsingmode="temporary"] #PanelUI-menu-button{ list-style-image: url("chrome://global/skin/icons/indicator-private-browsing.svg") !important;