Advertisement
Guest User

userChromepaste

a guest
Sep 22nd, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.78 KB | None | 0 0
  1. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */
  2.  
  3. #tabbrowser-tabs .tabbrowser-tab .tab-close-button { display:none!important; }
  4.  
  5. .titlebar-button {
  6.   display: none !important
  7. }
  8.  
  9. #urlbar-results { display:none!important; }
  10.  
  11. #tracking-protection-icon-box {
  12.     display: none !important;
  13. }
  14.  
  15. .titlebar-spacer[type="pre-tabs"]{
  16.   display: none !important;
  17. }
  18.  
  19. .titlebar-spacer[type="post-tabs"]{
  20.   display: none !important;
  21. }
  22.  
  23. #pageActionSeparator {
  24.   display: none !important;
  25. }
  26.  
  27. #urlbar-zoom-button {
  28.         display: none !important;}
  29.  
  30. /* Site Identity Button, EV: hide label */
  31. #identity-box.verifiedIdentity #identity-icon-labels {display:none !important}
  32. #identity-box.verifiedIdentity:hover #identity-icon-labels {display:-moz-box !important}
  33.  
  34.  
  35. #pageActionButton {    
  36.     display: none;
  37. }
  38.  
  39. #context_reloadTab,
  40. #context_selectAllTabs,
  41. #context_bookmarkSelectedTabs,
  42. #context_bookmarkTab,
  43. #context_reopenInContainer,
  44. #context_moveTabOptions,
  45. #context_closeOtherTabs,
  46. #context_sendTabToDevice,
  47. #context_moveTab,
  48. #context_closeSelectedTabs {
  49.    display: none !important;
  50. }
  51.  
  52. #context-pocket,
  53. #context-savepage,
  54. #context-viewinfo,
  55. #context-sendpagetodevice,
  56. #context-viewbgimage,
  57. #context-selectall,
  58. #context-viewsource,
  59. #context-inspect,
  60. #context-copy,
  61. #context-viewpartialsource-selection,
  62. #context-screenshots_mozilla_org_create-screenshot,
  63. #context-navigation,
  64. #context-sep-navigation {
  65.     display: none !important
  66. }
  67.  
  68. .tabbrowser-tab[label="New Tab"] .tab-icon-image {
  69.   display: none !important;
  70. }
  71.  
  72. .urlbar-history-dropmarker,
  73. #urlbar:hover > .urlbar-textbox-container > .urlbar-history-dropmarker {
  74.   display: none !important;
  75. }
  76.  
  77. #reader-mode-button {
  78.    display: none !important;
  79. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement