karl-rousseau / HybridTvViewer

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

Do not load dash.js if present already #27

Open mlasak opened 3 years ago

mlasak commented 3 years ago

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.