StigNygaard / Stigs_Art_Grabr

Stig's Art Grabr is a userscript for grabbing high resolution album cover-art from various sites - Can also be used as a bookmarklet/favelet.
MIT License
14 stars 3 forks source link

HTML5 contextMenu deprecated, and unavailable from Firefox 85 #8

Closed StigNygaard closed 3 years ago

StigNygaard commented 3 years ago

HTML5 menus which has been available in Firefox and has been used by Grabr on Firefox, are no more available from Firefox version 85. GreaseMonkey 4+ currently don't have the same dropdown menu support (registerMenuCommand) as f.ex. TamperMonkey or earlier GreaseMonkey versions have/had. Hopefully problem will be solved in GM before long, but otherwise I need to replace the HTML5 menus with something else for GM4+ users. Firefox 85 is scheduled for release 2021-01-26.

https://github.com/greasemonkey/greasemonkey/issues/3078

https://bugzilla.mozilla.org/show_bug.cgi?id=1372276

StigNygaard commented 3 years ago

"Monkey-menu" (toolbar icon menu) was added to GM in time for Firefox 85 release.

Note: It is, at least for the time being, possible to get support for contextmenu back via Firtefox's about:config page: Set dom.menuitem.enabled to True.