v2.0.7: Chromium Edge Support

This commit is contained in:
shirt 2021-09-25 20:14:42 -04:00
parent 994c72c8a3
commit 087295e482
5 changed files with 75 additions and 22 deletions

View file

@ -46,6 +46,7 @@ chromeStorageGet({
showAllTracks: true,
setMaxBitrate: false,
disableVP9: false,
useDDPlus: false,
}).then(items => {
// very messy workaround for accessing chrome storage outside of background / content scripts
let mainScript = document.createElement("script");