Advertisement
Guest User

Untitled

a guest
Jan 4th, 2022
25
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.44 KB | None | 0 0
  1. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  2.  
  3.  
  4. /* Custom favicon for this bookmark, cmt not needed */
  5. .bookmark-item[label="iPad VLC"] image {
  6. padding: 0 0 16px 16px !important;
  7. background:url("VLC.ico") !important;
  8. background-size: 16px !important;
  9. },
  10.  
  11.  
  12. /* hide Audio/Mute Button. default size is 12px, site icon is 16px */
  13. #TabsToolbar {
  14. --user-mute-button-height: 20px;},
  15.  
  16. /* reorder save image context list */
  17. #context-saveimage
  18. {
  19. -moz-box-ordinal-group: 0 !important;
  20. },
  21.  
  22. #context-copyimage
  23. {
  24. -moz-box-ordinal-group: 1 !important;
  25. },
  26.  
  27.  
  28. /* Hide Items in bookmark menu list */
  29. #BMB_bookmarksToolbar,
  30. #BMB_unsortedBookmarks,
  31.  
  32. /* Hide Items in toolbar context list */
  33. #placesContext_openBookmarkContainer\:tabs,
  34. #placesContext_openSeparator,
  35. #placesContext_new\:bookmark,
  36. #placesContext_new\:separator,
  37.  
  38. /* Hide Items in webpage context list */
  39. #context-back,
  40. #context-forward,
  41. #context-reload.menuitem-iconic,
  42. #context-bookmarkpage,
  43. #context-navigation,
  44. #context-savepage,
  45. #context-pocket,
  46. #context-selectall,
  47. #context-sep-selectall,
  48. #context-take-screenshot,
  49. #context-sep-screenshots,
  50.  
  51. /* Hide Items in link context list */
  52. #context-openlinkinusercontext-menu,
  53. #context-savelinktopocket,
  54. #context-sep-sendlinktodevice,
  55. #context-searchselect,
  56. #frame-sep,
  57.  
  58. /* Hide Items in text box context list */
  59. #context-undo,
  60. #context-redo,
  61. #context-sep-redo,
  62. #context-delete,
  63. #context-sep-selectall,
  64. #spell-dictionaries,
  65. #context-sep-bidi,
  66.  
  67. /* Add separator image link context list */
  68.  
  69.  
  70. /* Hide Items in image context list */
  71. #context-sendimage,
  72. #context-sep-setbackground,
  73. #context-setDesktopBackground,
  74. #context-sep-ctp,
  75.  
  76. /* Hide Items in url context list */
  77. .urlbar-input-box
  78. .textbox-contextmenu
  79. menuitem:is([cmd="cmd_undo"], [cmd="cmd_redo"], [cmd="cmd_delete"],[cmd="cmd_selectAll"])
  80. .urlbar-input-box .textbox-contextmenu menuitem[cmd="cmd_redo"] + menuseparator {
  81. display: none !important;
  82. },
  83.  
  84. /* Hide Items in tab context list */
  85. #context_openANewTab,
  86. #context_reloadTab,
  87. #context_bookmarkTab,
  88. #context_moveTabOptions,
  89. .share-tab-url-item,
  90. #context_reopenInContainer,
  91. #context_selectAllTabs,
  92. #context_closeTab,
  93. #context_closeTabOptions,
  94. #context_undoCloseTab,
  95. #context-markAsUnread + menuseparator,
  96. #context_openANewTab + menuseparator,
  97. #context_selectAllTabs + menuseparator
  98.  
  99. {display: none !important;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement