maciex / play-to-kodi

A Google Chrome/Firefox Extension for sending online content to be played on XBMC. Supported websites include YouTube, Vimeo, CollegeHumor, DailyMotion, eBaumsWorld and SoundCloud.
MIT License
25 stars 6 forks source link

Context menu shown on all links #8

Closed maciex closed 8 years ago

maciex commented 8 years ago

Play to Kodi context menu is shown on all links, not only on those supported by extension.

maciex commented 8 years ago

There are already two upstream bugs opened, which seem related: Bug 1275116 - documentUrlPatterns does not work in the contextMenus API Bug 1275126 - "targetUrlPatterns" in contextMenus fails with an error if the ContextType is "image"

We probably need to wait until the contextMenus.create() will properly handle "targetUrlPatterns" property.

maciex commented 8 years ago

Firefox bug Bug 1275126 - "targetUrlPatterns" in contextMenus fails with an error if the ContextType is "image" is now fixed and available in nightly build. I'm closing this as fixed upstream.