Add preferred language option (closes #1)

This commit is contained in:
shirt 2022-04-24 22:59:51 -04:00
parent 5ac499f5cf
commit a793273c04
5 changed files with 66 additions and 2 deletions

View file

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