Hiển thị các câu hỏi được đánh dấu: Xem tất cả các câu hỏi

لم اتعرض لاي اختراق بل اواجه مشكله في تسجيل الدخول علما باني استخدم رمز الدخول الصحيح

لم اتعرض لاي اختراق بل اواجه مشكله في تسجيل الدخول علما باني استخدم رمز الدخول الصحيح

Được hỏi bởi Professional Line 2 tuần trước

Lần cuối trả lời bởi Denys 2 tuần trước

Remove "Add Tab to New Group" item from Tab Context Menu

Hi All, I would like to remove the first item from the Tab Context Menu, which is "Add Tab to New Group", and simply have "Reload Tab" as the first menu item. I was using… (xem thêm)

Hi All,

I would like to remove the first item from the Tab Context Menu, which is "Add Tab to New Group", and simply have "Reload Tab" as the first menu item.

I was using this code, which worked in FF 145, until the latest update (FF 147)...

#context_openANewTab,
#context_moveTabToNewGroup,
#context_moveTabToGroup,
#context_ungroupTab + menuseparator {
   display: none !important;
}

However, now there is an extra separator line at the top of the menu (see attached images).

This code also removes the top menu item, but still leaves the separator line on top:

#tabContextMenu #context_moveTabToNewGroup {
  display: none !important;
}


Is there a way to remove the first menu item without adding the separator line?

Thanks!

Được hỏi bởi Slouch 4 tuần trước

Lần cuối trả lời bởi Slouch 4 tuần trước