Skip to content

Commit 5dc109a

Browse files
authored
Update userChrome.css - more context menu item removal
1 parent 7d91a64 commit 5dc109a

File tree

1 file changed

+12
-71
lines changed

1 file changed

+12
-71
lines changed

userChrome.css

Lines changed: 12 additions & 71 deletions
Original file line numberDiff line numberDiff line change
@@ -394,27 +394,9 @@ body:has([zen-compact-mode="true"] [zen-user-show=""], [zen-compact-mode="true"]
394394
left: -1px !important;
395395
}
396396
*/
397-
/*
398-
#zen-media-main-vbox > hbox{
399-
order: 1 !important;
400-
}
401-
402-
#zen-media-main-vbox > vbox{
403-
order: 2 !important;
404-
}
405-
406-
*/
407-
408-
/* #zen-media-pip-button{
409-
display: block !important;
410-
}
411-
412-
#zen-media-close-button{
413-
display: none !important;
414-
} */
415397

416398
/* context menu */
417-
#tabContextMenu, #contentAreaContextMenu{
399+
#tabContextMenu, #contentAreaContextMenu, #toolbar-context-menu{
418400
slot::before{
419401
height: 50px !important;
420402
width: 50px !important;
@@ -447,62 +429,21 @@ body:has([zen-compact-mode="true"] [zen-user-show=""], [zen-compact-mode="true"]
447429
#context-openlinkinusercontext-menu,
448430
#context-openlink,
449431
#context-sendlinktodevice,
450-
#context-searchselect-private
432+
#context-searchselect-private,
433+
#_52bda3fd-dc48-4b3d-a7b9-58af57879f1e_-menuitem-_stylebot-contextmenu,
434+
#addon_darkreader_org-menuitem-_DarkReader-top,
435+
#adguardadblocker_adguard_com-menuitem-391,
436+
#toolbar-context-reloadSelectedTab,
437+
#zen-context-menu-compact-mode,
438+
#toolbar-context-selectAllTabs,
439+
#toolbar-context-bookmarkSelectedTab,
440+
#toolbar-context-undoCloseTab,
441+
#toolbar-context-openANewTab,
442+
#context_openANewTab
451443
{
452444
display: none !important;
453445
}
454446
}
455-
/*
456-
#context_reloadTab,
457-
#context_toggleMuteTab,
458-
#context_closeTab,
459-
#context_zenUnloadTab,
460-
#context-take-screenshot,
461-
#context-inspect,
462-
#context-searchselect,
463-
#context-copy
464-
{
465-
.menu-text{
466-
display: none !important;
467-
}
468-
margin: 5px !important;
469-
height: 30px !important;
470-
width: 30px!important;
471-
align-items: center !important;
472-
background-color: light-dark(#0001, #fff1) !important;
473-
&:hover{
474-
background-color: light-dark(#0003, #fff3) !important;
475-
}
476-
}
477-
478-
#context_closeTab, #context-inspect{
479-
order: -100 !important;
480-
left: 3px !important;
481-
}
482-
#context_zenUnloadTab, #context-searchselect{
483-
order: -99 !important;
484-
left: 53px !important;
485-
position: absolute !important;
486-
}
487-
#context_reloadTab,#context-take-screenshot{
488-
order: -98 !important;
489-
left: 103px !important;
490-
position: absolute !important;
491-
}
492-
#context_toggleMuteTab,#context-copy{
493-
order: -97 !important;
494-
left: 153px !important;
495-
position: absolute !important;
496-
}
497-
498-
.menupopup-arrowscrollbox > slot:nth-child(1){
499-
padding-top: 40px !important;
500-
}
501-
502-
menuitem{
503-
border-radius: 5px !important;
504-
}
505-
} */
506447

507448
/* Tab group label styling */
508449
.tab-group-label,

0 commit comments

Comments
 (0)