Skip to content

Commit

Permalink
v4.72.46
Browse files Browse the repository at this point in the history
code fix
  • Loading branch information
cyfung1031 committed May 27, 2024
1 parent d06fac4 commit 1769eaf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions js/content.js
Original file line number Diff line number Diff line change
Expand Up @@ -7617,6 +7617,8 @@ yt-update-unseen-notification-count yt-viewport-scanned yt-visibility-refresh


evt.preventDefault();
evt.stopPropagation();
evt.stopImmediatePropagation();

handlerMaterialTabClickInner(tabBtn);

Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"host_permissions": [
"https://www.youtube.com/*"
],
"version": "4.72.45",
"version": "4.72.46",
"web_accessible_resources": [{
"resources": ["images/*.png", "js/injection*.js", "js/content.js", "css/style_*.css"],
"matches": ["https://www.youtube.com/*"]
Expand Down
2 changes: 1 addition & 1 deletion version.ini
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.72.45
4.72.46

0 comments on commit 1769eaf

Please sign in to comment.