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 make Firefox always show navigation buttons in context menu, also when right clicking an image?

  • 4 trả lời
  • 0 gặp vấn đề này
  • 14 lượt xem
  • Trả lời mới nhất được viết bởi zenuity

more options

Is there any way to make Firefox show the "back", "forward", "reload", "bookmark" buttons that are shown in the default context menu when right clicking a web page also in the context menu that is shown when right clicking an image?

I think those buttons should always be included in all context menus opened for a web page, no matter if you happen to click on the background, on selected text, on an image or a link because.

It is so frustrating having to open the context menu multiple times to find a location where the default context menu is opened instead of the specific ones for selected texts, images, links etc.

Thanks!

Is there any way to make Firefox show the "back", "forward", "reload", "bookmark" buttons that are shown in the default context menu when right clicking a web page also in the context menu that is shown when right clicking an image? I think those buttons should always be included in all context menus opened for a web page, no matter if you happen to click on the background, on selected text, on an image or a link because. It is so frustrating having to open the context menu multiple times to find a location where the default context menu is opened instead of the specific ones for selected texts, images, links etc. Thanks!
Đính kèm ảnh chụp màn hình

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

zeroknight said

Paste the following into a text file and save it to <profile>/chrome/userChrome.css. Change toolkit.legacyUserProfileCustomizations.stylesheets to true in about:config then restart the browser. #context-navigation, #context-navigation > menuitem, #context-sep-navigation { display: flex; } #context-stop[disabled="true"] { display: none; } #context-reload:has(+ #context-stop:not([disabled])) { display: none; }

Thank you very much, this works perfectly!

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

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

more options

The context menu only shows items relevant to where you open the context menu, hence the name context menu, so you only get those buttons if you right-click in an area that doesn't have its own context menu (i.e. you get the standard menu). You can always click those buttons directly in the Navigation Toolbar or use the keyboard.

Hữu ích?

more options

Paste the following into a text file and save it to <profile>/chrome/userChrome.css. Change toolkit.legacyUserProfileCustomizations.stylesheets to true in about:config then restart the browser.

#context-navigation,
#context-navigation > menuitem,
#context-sep-navigation {
  display: flex;
}
#context-stop[disabled="true"] {
  display: none;
}
#context-reload:has(+ #context-stop:not([disabled])) {
  display: none;
}

Hữu ích?

more options

cor-el said

The context menu only shows items relevant to where you open the context menu, hence the name context menu, so you only get those buttons if you right-click in an area that doesn't have its own context menu (i.e. you get the standard menu). You can always click those buttons directly in the Navigation Toolbar or use the keyboard.

I argue that the browser page context menu should always show the actions relevant for the web page. If a link or image has been clicked, the menu should additionally show the more specific actions for the clicked entity.

Hữu ích?

more options

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

zeroknight said

Paste the following into a text file and save it to <profile>/chrome/userChrome.css. Change toolkit.legacyUserProfileCustomizations.stylesheets to true in about:config then restart the browser. #context-navigation, #context-navigation > menuitem, #context-sep-navigation { display: flex; } #context-stop[disabled="true"] { display: none; } #context-reload:has(+ #context-stop:not([disabled])) { display: none; }

Thank you very much, this works perfectly!

Hữu ích?

Đặt một câu hỏi

Bạn phải đăng nhập vào tài khoản của bạn để trả lời bài viết. Vui lòng bắt đầu một câu hỏi mới, nếu bạn chưa có tài khoản.