Compare commits

..

No commits in common. "3054b67d73ac403fe4fbb475173fa2872f9eba2b" and "ab0c1fd097a9bc3f5dbcac14a18e3f66f640a4b3" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
"manifest_version": 3,
"name": "Netflix International",
"description": "Displays all available Netflix audio and subtitle tracks.",
"version": "2.0.20",
"version": "2.0.19",
"author": "shirt",
"action": {
"default_icon": "img/icon128.png",

View file

@ -6,7 +6,7 @@ let getElementByXPath = function (xpath) {
};
let fn = function () {
const VIDEO_SELECT = getElementByXPath("//div[text()='Video Bitrate']") || getElementByXPath("//div[text()='Video Bitrate / VMAF']");
const VIDEO_SELECT = getElementByXPath("//div[text()='Video Bitrate']");
const AUDIO_SELECT = getElementByXPath("//div[text()='Audio Bitrate']");
const BUTTON = getElementByXPath("//button[text()='Override']");