Guest User

Untitled

a guest
Oct 16th, 2025
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.67 KB | None | 0 0
  1. #context-bookmarklink,
  2. #context-sendlinktodevice,
  3. #context-openTabInWindow,
  4. #context-openlink,
  5. #context-stripOnShareLink,
  6. #context-translate-selection,
  7. #context-bookmarklink,
  8. #context-savelink,
  9. #context-selectall,
  10. #context-sendimage,
  11. #context-setDesktopBackground,
  12. #context-sep-sendlinktodevice,
  13. #context-stripOnShareLink,
  14. #context-savelink,
  15. #context-sep-setbackground,
  16. #context-setDesktopBackground,
  17. #context-ask-chat,
  18. #context-visual-search::after ,
  19. #context-inspect-a11y,
  20. #context-print-selection,
  21. #context-searchselect,
  22. #context-take-screenshot,
  23. #context_selectAllTabs,
  24. #context_moveTabOptions,
  25. #context_closeTabOptions,
  26. #context_undoCloseTab,
  27. #context_closeDuplicateTabs,
  28. #tab-context-share-url,
  29. #toolbar-context-toggle-vertical-tabs,
  30. #context-bookmarkpage,
  31. #closeTabOptions,
  32. #context_pinTab,
  33. #context_pinSelectedTabs,
  34. #context_bookmarkTab,
  35. #context_bookmarkSelectedTabs,
  36. {
  37. display: none !important;
  38. }
  39.  
  40. #context-openlink:not([hidden]) ~ *:not([hidden], #context-sep-open) {
  41. order: 1;
  42. }
  43.  
  44.  
  45. /*** Tighten up drop-down/context/popup menu spacing ***/
  46.  
  47. menupopup > menuitem, menupopup > menu {
  48. padding-block: 4px !important;
  49. }
  50. :root {
  51. --arrowpanel-menuitem-padding: 4px 8px !important;
  52. }
  53.  
  54.  
  55.  
  56.  
  57. /*
  58.  
  59. #context-viewimage View Image
  60. #context-copyimage-contents Copy Image
  61. #context-copyimage Copy Image Location
  62. */
  63. #context-saveimage { -moz-box-ordinal-group: 0 !important; }
  64. #context-viewimage { -moz-box-ordinal-group: 0 !important; }
  65. #context-copyimage-contents { -moz-box-ordinal-group: 0 !important; }
  66. #context-copyimage { -moz-box-ordinal-group: 0 !important; }
  67. #context-sep-copyimage { -moz-box-ordinal-group: 0 !important; }
Advertisement
Add Comment
Please, Sign In to add comment