Skip to content

Commit

Permalink
v4.70.70
Browse files Browse the repository at this point in the history
exclude script injection to `/live_chat*`
  • Loading branch information
cyfung1031 committed May 3, 2024
1 parent 709f411 commit ddc11b9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"content_scripts": [ {
"js": [ "js/content.js" ],
"matches": [ "https://www.youtube.com/*" ],
"exclude_matches": [ "https://*.youtube.com/live_chat*" ],
"run_at": "document_start",
"all_frames": false
} ],
Expand All @@ -15,7 +16,7 @@
"host_permissions": [
"https://www.youtube.com/*"
],
"version": "4.70.67",
"version": "4.70.70",
"web_accessible_resources": [{
"resources": ["images/*.png", "js/injection*.js", "js/content.js", "css/style_*.css"],
"matches": ["https://www.youtube.com/*"]
Expand Down
1 change: 1 addition & 0 deletions userscript/template.js
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ SOFTWARE.
// @supportURL https://github.com/cyfung1031/Tabview-Youtube
// @run-at document-start
// @match https://www.youtube.com/*
// @exclude /^https?://www\.youtube\.com\/live_chat.*$/
// @exclude /^https?://\S+\.(txt|png|jpg|jpeg|gif|xml|svg|manifest|log|ini)[^\/]*$/
// @icon https://raw.githubusercontent.com/cyfung1031/Tabview-Youtube/main/images/icon128p.png

Expand Down
2 changes: 1 addition & 1 deletion version.ini
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.70.67
4.70.70

0 comments on commit ddc11b9

Please sign in to comment.