stonecrusher / simpleMenuWizard

Hide contextmenu items in Firefox Photon
MIT License
384 stars 31 forks source link

can't hide take a screenshot in firefox 61 #12

Closed scriptxyz closed 6 years ago

scriptxyz commented 6 years ago

/ blank-context.css /

/#screenshots_mozilla_org_create-screenshot, / Take a Screenshot */

this setting doesn't work

stonecrusher commented 6 years ago

The identifiers changed and a separator was added.

Try this:

/* #context-inspect + menuseparator:not([id]),           /* ********* Separator (FF61+) **********/
/* #screenshots_mozilla_org-menuitem-_create-screenshot, /* Take a Screenshot (FF61+)            */
scriptxyz commented 6 years ago

Not working

stonecrusher commented 6 years ago

Just checked again, it is working.

Did you remove the /* at line start?
Did you restart the browser?

scriptxyz commented 6 years ago

It works now, sorry I didn't fully restart. Many thanks!

stonecrusher commented 6 years ago

https://github.com/stonecrusher/simpleMenuWizard/commit/69e2dd4370c3a0f370712864ccad587c7ea39d72