View Image Context Menu Item incelemeleri
View Image Context Menu Item geliştiren: Anton G
2 inceleme
- 5 üzerinden 4 puanyazan: k-rock, 4 yıl önceIs there any way we can make "view image" not be fixed at the very top? It gets in the way of "Open Link in New Tab". For those kind of pages I rather have it in the third section of the Menu where "Open Image in New Tab" would be.
Geliştiricinin yanıtı
gönderilme: 4 yıl önceYes it can be done through userChrome.css
See this thread: https://github.com/agoupinets/view-image-context-menu-item/issues/14
Firefox does not give any nice way for developers to interact with the menu when writing the add-on, so to rearrage it you effectively need to order it by hand. - 5 üzerinden 4 puanyazan: Firefox kullanıcısı 16836038, 4 yıl önceI have a seriously important request, can you make it so that right clicking and pressing the i key makes it view image? It used to do that, and I used it every day to open images fast. You probably have to remove the "open image in new tab" option to get it to work. As of writing this, pressing "i" cycles through options.
Geliştiricinin yanıtı
gönderilme: 4 yıl önceAs far as I can tell there's no way to override a specific default context menu item - I would have preferred to remove the original context item too. The best workaround I can think of is to have a hotkey bound that doesn't conflict with existing menu items to avoid the cycling.
Edit: version 1.1 changes hotkey from I to M which should not conflict any other standard menu items
Edit2: using userChrome.css can achieve hiding the default #context-viewimage menu item