HybridTvViewer
HybridTvViewer copied to clipboard
Do not load dash.js if present already
Some sites come with their own build of dash.js
It makes debugging really difficult if the dash.js code is overwritten by the version of this extension.
SHOULD BE: Add a dash.js loader to check if already present and prevent adding script tag and overwriting existing dash.js version.