diff options
author | Ajay <[email protected]> | 2023-03-17 21:10:26 -0400 |
---|---|---|
committer | Ajay <[email protected]> | 2023-03-17 21:10:26 -0400 |
commit | 5d610a342f29f34dcac143a54f9b419a0eec7a24 (patch) | |
tree | 747c1bf24ada9d0ab7b547c65b3fa58dbc6b8540 /package.json | |
parent | 758f0b7526f5e3774fa723433c7cbc47d21badd5 (diff) | |
download | SponsorBlock-5d610a342f29f34dcac143a54f9b419a0eec7a24.tar.gz SponsorBlock-5d610a342f29f34dcac143a54f9b419a0eec7a24.zip |
Inject document script using raw HTML to be fast enough to still be able to hijack listener when visiting YouTube channel page directly
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 694d15a4..555a0e4c 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "", "main": "background.js", "dependencies": { - "@ajayyy/maze-utils": "^1.1.8", + "@ajayyy/maze-utils": "^1.1.9", "content-scripts-register-polyfill": "^4.0.2", "react": "^18.2.0", "react-dom": "^18.2.0" |