mirror of
https://github.com/shirt-dev/netflix-international.git
synced 2025-05-03 00:30:33 +00:00
Fix max bitrate selector
This commit is contained in:
parent
1ff293ccf3
commit
79ca463a5a
3 changed files with 3 additions and 3 deletions
|
@ -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();"
|
||||
);
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -26,7 +26,7 @@ let fn = function () {
|
|||
}
|
||||
|
||||
window.dispatchEvent(new KeyboardEvent('keydown', {
|
||||
keyCode: 83,
|
||||
keyCode: 66,
|
||||
ctrlKey: true,
|
||||
altKey: true,
|
||||
shiftKey: true,
|
||||
|
|
Loading…
Add table
Reference in a new issue