1
0
Fork 0

userchrome update

This commit is contained in:
Luca Bilke 2023-03-29 20:05:40 +02:00
parent 638af9733f
commit 58eae2f249
1 changed files with 2 additions and 2 deletions

View File

@ -50,9 +50,9 @@
#tracking-protection-icon-container { display: none !important; }
/* Encryption and Permissions icons */
/* Only hides permission items */
#identity-permission-box { display: none !important; }
/* #identity-permission-box { display: none !important; } */
/* Hides encryption AND permission items */
#identity-box { display: none !important }
/* #identity-box { display: none !important } */
/* Hide everything BUT the zoom indicator within the URL Bar */
#page-action-buttons > :not(#urlbar-zoom-button) { display: none !important; }
/* Hide the »Go«-arrow in the URL Bar */