Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

Learn More

How to know name of elements in firefox context menu?

  • 2 답장
  • 1 이 문제를 만남
  • 30 보기
  • 최종 답변자: cor-el

more options

How can I know the names of elements in firefox tab context menu? (Menu which appears when we right click on a tab)

Example - If I want to hide the "sendtodevice" menu, then I will add below code to userChrome.css

/* Hide Send Tab to Device */

  1. context_sendTabToDevice_separator,
  2. context_sendTabToDevice,
  3. context_sendTabToDevicePopupMenu {
 display: none !important;

}

For send to device menu, the element names are above. For other menu items, where can I get their element names?

I want to hide a few menu items

How can I know the names of elements in firefox tab context menu? (Menu which appears when we right click on a tab) Example - If I want to hide the "sendtodevice" menu, then I will add below code to userChrome.css /* Hide Send Tab to Device */ #context_sendTabToDevice_separator, #context_sendTabToDevice, #context_sendTabToDevicePopupMenu { display: none !important; } For send to device menu, the element names are above. For other menu items, where can I get their element names? I want to hide a few menu items

모든 댓글 (2)

more options
more options