MrOtherGuy / firefox-csshacks

Collection of userstyles affecting the browser
Mozilla Public License 2.0
3.24k stars 315 forks source link

View Image Context Menu adjustment #373

Closed geextahslex closed 4 months ago

geextahslex commented 4 months ago

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

geextahslex commented 4 months ago

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

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

order: 1; }