MrOtherGuy/firefox-csshacks

View Image Context Menu adjustment

Closed this issue · 1 comments

Hi,
I followed your recommendation and installed the "view image" addon. I would like to make 2 changes. I would like to move the "view image" item to the 2nd position and remove the icon next to it.

I would appreciate any help :)

view image 44

menuitem[label="Grafik anzeigen"] > .menu-iconic-left {
display: none;
}

#context-viewimage:not([hidden]) ~ *:not([hidden], menuitem[label="Grafik anzeigen"]) {
order: 1;
}