We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dc8360 commit e4733cfCopy full SHA for e4733cf
main.js
@@ -207,7 +207,7 @@ function process(details) {
207
}
208
209
// 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")) {
+ if (details.url.includes("udm=2") || details.url.includes("udm=3") || details.url.includes("udm=7")) {
211
return;
212
213
0 commit comments