From e031071a40b06d54c0a473ae8d9d29cf7a32b945 Mon Sep 17 00:00:00 2001 From: rydesun Date: Mon, 1 Mar 2021 18:52:24 +0800 Subject: [PATCH] Update firefox: remove fingerprint indicator --- .mozilla/firefox/profile/chrome/userChrome.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.mozilla/firefox/profile/chrome/userChrome.css b/.mozilla/firefox/profile/chrome/userChrome.css index 661a4e0..515ae0e 100644 --- a/.mozilla/firefox/profile/chrome/userChrome.css +++ b/.mozilla/firefox/profile/chrome/userChrome.css @@ -18,6 +18,10 @@ #urlbar:not(.megabar), #urlbar.megabar > #urlbar-background, #searchbar { box-shadow: none !important; } +/* 隐藏地址栏的容器图标 */ +#urlbar .identity-icon-fingerprint { + display: none !important; +} /* 简化后退图标 */ #back-button > .toolbarbutton-icon {