Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Learn More

How to hide the right click add on (extension) on userChrome?

  • 1 trả lời
  • 1 gặp vấn đề này
  • 17 lượt xem
  • Trả lời mới nhất được viết bởi cor-el

more options

Hello, I am currently customizing my firefox browser in userChrome. I am currently stuck on one issue. I have an add on that is called "Image Video Block" . I am wondering what code is needed for userchrome to hide the add on when i right click on the screen? Any help would be appreciated. Thanks

Hello, I am currently customizing my firefox browser in userChrome. I am currently stuck on one issue. I have an add on that is called "Image Video Block" . I am wondering what code is needed for userchrome to hide the add on when i right click on the screen? Any help would be appreciated. Thanks

Giải pháp được chọn

Best for hiding an extension's item in a context menu is by using its label name as the ID might be random. You can use the Browser Toolbox to check the attributes of this menu item. You need to disable popup auto-hide to keep the menu open.

Đọc câu trả lời này trong ngữ cảnh 👍 1

Tất cả các câu trả lời (1)

more options

Giải pháp được chọn

Best for hiding an extension's item in a context menu is by using its label name as the ID might be random. You can use the Browser Toolbox to check the attributes of this menu item. You need to disable popup auto-hide to keep the menu open.