mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-11 14:07:13 +03:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ab5291702a | ||
|
|
bec183d595 |
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "__MSG_fullName__",
|
||||
"short_name": "SponsorBlock",
|
||||
"version": "5.9.1",
|
||||
"version": "5.9.2",
|
||||
"default_locale": "en",
|
||||
"description": "__MSG_Description__",
|
||||
"homepage_url": "https://sponsor.ajay.app",
|
||||
|
||||
@@ -2524,7 +2524,8 @@ function addHotkeyListener(): void {
|
||||
|
||||
function hotkeyListener(e: KeyboardEvent): void {
|
||||
if (["textarea", "input"].includes(document.activeElement?.tagName?.toLowerCase())
|
||||
|| document.activeElement?.id?.toLowerCase()?.includes("editable")) return;
|
||||
|| document.activeElement?.["contentEditable"]
|
||||
|| document.activeElement?.id?.toLowerCase()?.match(/editable|input/)) return;
|
||||
|
||||
const key: Keybind = {
|
||||
key: e.key,
|
||||
|
||||
Reference in New Issue
Block a user