Fix max bitrate selector

This commit is contained in:
shirt 2023-11-05 11:14:51 -05:00
parent 1ff293ccf3
commit 79ca463a5a
Signed by: shirt
GPG key ID: A5D61AB2D5489EE1
3 changed files with 3 additions and 3 deletions

View file

@ -145,7 +145,7 @@ do_patch(
);
do_patch(
"Re-enable Ctrl+Shift+Alt+S menu",
"Re-enable Ctrl+Shift+Alt+B menu",
/this\...\....\s*&&\s*this\.toggle\(\);/,
"this.toggle();"
);

View file

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

View file

@ -26,7 +26,7 @@ let fn = function () {
}
window.dispatchEvent(new KeyboardEvent('keydown', {
keyCode: 83,
keyCode: 66,
ctrlKey: true,
altKey: true,
shiftKey: true,