Advertisement
Guest User

userchrome

a guest
Nov 29th, 2024
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | Source Code | 0 0
  1. #alltabs-button {
  2. display: none !important;
  3. }
  4.  
  5. #private-browsing-indicator-with-label {
  6. margin-inline: 0 !important;
  7. }
  8.  
  9. /* Source file https://github.com/MrOtherGuy/firefox-csshacks/tree/master/chrome/privatemode_indicator_as_menu_button.css made available under Mozilla Public License v. 2.0
  10. See the above repository for updates as well as full license text. */
  11.  
  12. /* Removes the private-browsing-mode indicator from tabs toolbar and changes the menu-button icon to the private-browsing indicator in private windows */
  13.  
  14. #private-browsing-indicator-with-label,
  15. .private-browsing-indicator{ display: none }
  16. :root[privatebrowsingmode="temporary"] #PanelUI-menu-button{
  17. list-style-image: url("chrome://global/skin/icons/indicator-private-browsing.svg") !important;
  18. }
Tags: firefox
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement