Skip to content

Commit e4733cf

Browse files
authored
Don't touch video tab
1 parent 3dc8360 commit e4733cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ function process(details) {
207207
}
208208

209209
// Detect if we are in a tab where adding udm=14 would break that page
210-
if (details.url.includes("udm=2") || details.url.includes("udm=3")) {
210+
if (details.url.includes("udm=2") || details.url.includes("udm=3") || details.url.includes("udm=7")) {
211211
return;
212212
}
213213

0 commit comments

Comments
 (0)