mirror of
https://github.com/shirt-dev/netflix-international.git
synced 2025-05-03 08: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(
|
do_patch(
|
||||||
"Re-enable Ctrl+Shift+Alt+S menu",
|
"Re-enable Ctrl+Shift+Alt+B menu",
|
||||||
/this\...\....\s*&&\s*this\.toggle\(\);/,
|
/this\...\....\s*&&\s*this\.toggle\(\);/,
|
||||||
"this.toggle();"
|
"this.toggle();"
|
||||||
);
|
);
|
||||||
|
|
|
@ -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.20",
|
"version": "2.0.21",
|
||||||
"author": "shirt",
|
"author": "shirt",
|
||||||
"browser_action": {
|
"browser_action": {
|
||||||
"default_icon": "img/icon128.png",
|
"default_icon": "img/icon128.png",
|
||||||
|
|
|
@ -26,7 +26,7 @@ let fn = function () {
|
||||||
}
|
}
|
||||||
|
|
||||||
window.dispatchEvent(new KeyboardEvent('keydown', {
|
window.dispatchEvent(new KeyboardEvent('keydown', {
|
||||||
keyCode: 83,
|
keyCode: 66,
|
||||||
ctrlKey: true,
|
ctrlKey: true,
|
||||||
altKey: true,
|
altKey: true,
|
||||||
shiftKey: true,
|
shiftKey: true,
|
||||||
|
|
Loading…
Add table
Reference in a new issue