mirror of
https://github.com/shirt-dev/netflix-international.git
synced 2025-05-05 16:40:34 +00:00
2.0.1
This commit is contained in:
parent
ec7f85d334
commit
d598943ed4
2 changed files with 2 additions and 9 deletions
|
@ -90,13 +90,6 @@ do_patch(
|
||||||
"this.toggle();"
|
"this.toggle();"
|
||||||
);
|
);
|
||||||
|
|
||||||
if (globalOptions.use6Channels) {
|
|
||||||
do_patch("Show channel indicator",
|
|
||||||
/displayName:([^\.]{1})\.([^,]{2}),/,
|
|
||||||
"displayName:$1.$2 + \" - \" + $1.channelsFormat,"
|
|
||||||
)
|
|
||||||
}
|
|
||||||
|
|
||||||
if (globalOptions.showAllTracks) {
|
if (globalOptions.showAllTracks) {
|
||||||
do_patch("Show all audio tracks",
|
do_patch("Show all audio tracks",
|
||||||
/"showAllSubDubTracks",!1/,
|
/"showAllSubDubTracks",!1/,
|
||||||
|
@ -105,4 +98,4 @@ if (globalOptions.showAllTracks) {
|
||||||
}
|
}
|
||||||
|
|
||||||
// run our patched copy of playercore
|
// run our patched copy of playercore
|
||||||
eval(cadmium_src);
|
Function(cadmium_src)();
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
"manifest_version": 2,
|
"manifest_version": 2,
|
||||||
"name": "Netflix International",
|
"name": "Netflix International",
|
||||||
"description": "Displays all available Netflix audio tracks.",
|
"description": "Displays all available Netflix audio tracks.",
|
||||||
"version": "2.0.0",
|
"version": "2.0.1",
|
||||||
"author": "shirt",
|
"author": "shirt",
|
||||||
"browser_action": {
|
"browser_action": {
|
||||||
"default_icon": "img/icon128.png"
|
"default_icon": "img/icon128.png"
|
||||||
|
|
Loading…
Add table
Reference in a new issue