From 5cbbe4d20c5fb338ce1289e27da9a07f100c9d87 Mon Sep 17 00:00:00 2001 From: He4eT Date: Thu, 25 Jan 2024 17:56:37 +0100 Subject: [PATCH] firefox: hide sheild icon --- firefox/userChrome.css | 1 + 1 file changed, 1 insertion(+) diff --git a/firefox/userChrome.css b/firefox/userChrome.css index af4ee72..d25a3bb 100644 --- a/firefox/userChrome.css +++ b/firefox/userChrome.css @@ -31,6 +31,7 @@ } } +#tracking-protection-icon-container, #star-button-box { display: none; }