Separate subtitle language

This commit is contained in:
shirt 2022-04-24 23:11:44 -04:00
parent a793273c04
commit 5216752ee9
5 changed files with 52 additions and 5 deletions

View file

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