mirror of
https://github.com/shirt-dev/netflix-international.git
synced 2025-06-22 00:36:43 +00:00
Add preferred language option (closes #1)
This commit is contained in:
parent
5ac499f5cf
commit
a793273c04
5 changed files with 66 additions and 2 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue