mirror of
https://github.com/shirt-dev/netflix-international.git
synced 2025-06-21 16:28:31 +00:00
Separate subtitle language
This commit is contained in:
parent
a793273c04
commit
5216752ee9
5 changed files with 52 additions and 5 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue