mirror of
https://github.com/shirt-dev/netflix-international.git
synced 2025-06-22 00:36:43 +00:00
Compare commits
2 commits
cfe541e0e3
...
1ff293ccf3
Author | SHA1 | Date | |
---|---|---|---|
1ff293ccf3 | |||
de26c23498 |
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
"manifest_version": 2,
|
"manifest_version": 2,
|
||||||
"name": "Netflix International",
|
"name": "Netflix International",
|
||||||
"description": "Displays all available Netflix audio and subtitle tracks.",
|
"description": "Displays all available Netflix audio and subtitle tracks.",
|
||||||
"version": "2.0.19",
|
"version": "2.0.20",
|
||||||
"author": "shirt",
|
"author": "shirt",
|
||||||
"browser_action": {
|
"browser_action": {
|
||||||
"default_icon": "img/icon128.png",
|
"default_icon": "img/icon128.png",
|
||||||
|
|
|
@ -6,7 +6,7 @@ let getElementByXPath = function (xpath) {
|
||||||
};
|
};
|
||||||
|
|
||||||
let fn = function () {
|
let fn = function () {
|
||||||
const VIDEO_SELECT = getElementByXPath("//div[text()='Video Bitrate']");
|
const VIDEO_SELECT = getElementByXPath("//div[text()='Video Bitrate']") || getElementByXPath("//div[text()='Video Bitrate / VMAF']");
|
||||||
const AUDIO_SELECT = getElementByXPath("//div[text()='Audio Bitrate']");
|
const AUDIO_SELECT = getElementByXPath("//div[text()='Audio Bitrate']");
|
||||||
const BUTTON = getElementByXPath("//button[text()='Override']");
|
const BUTTON = getElementByXPath("//button[text()='Override']");
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue