karl-rousseau / HybridTvViewer

[WIP] Web extension making Firefox & Chrome emulate iTV webpages instead of downloading them.
MIT License
67 stars 25 forks source link

Test if plugin is active #9

Closed givehug closed 6 years ago

givehug commented 6 years ago

What would be the recommended way to test if the plugin is active on the page? I guess !!navigator.userAgent.match(/HybridTvViewer/i) would be sufficient.

shirakaba commented 6 years ago

That should suffice – that's exactly how I check for its predecessor, FireHbbTV.

karl-rousseau commented 6 years ago

I do agree.