Skip to content

Commit 5a92d79

Browse files
author
Atlassian Bamboo
committed
deploy: update dist v1.11.6
1 parent 41fd324 commit 5a92d79

33 files changed

+1198
-608
lines changed

dist/build.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version=1.11.1
1+
version=1.11.6

dist/redirect-files/amazon-apstag.js

+15-9
Original file line numberDiff line numberDiff line change
@@ -14,22 +14,28 @@
1414
hit(source);
1515
}
1616
function hit(source) {
17-
if (source.verbose !== true) {
17+
var ADGUARD_PREFIX = "[AdGuard]";
18+
if (!source.verbose) {
1819
return;
1920
}
2021
try {
21-
var log = console.log.bind(console);
2222
var trace = console.trace.bind(console);
23-
var prefix = "";
24-
if (source.domainName) {
25-
prefix += "".concat(source.domainName);
23+
var label = "".concat(ADGUARD_PREFIX, " ");
24+
if (source.engine === "corelibs") {
25+
label += source.ruleText;
26+
} else {
27+
if (source.domainName) {
28+
label += "".concat(source.domainName);
29+
}
30+
if (source.args) {
31+
label += "#%#//scriptlet('".concat(source.name, "', '").concat(source.args.join("', '"), "')");
32+
} else {
33+
label += "#%#//scriptlet('".concat(source.name, "')");
34+
}
2635
}
27-
prefix += "#%#//scriptlet('".concat(source.name, "', '").concat(source.args.join(", "), "')");
28-
log("".concat(prefix, " trace start"));
2936
if (trace) {
30-
trace();
37+
trace(label);
3138
}
32-
log("".concat(prefix, " trace end"));
3339
} catch (e) {}
3440
if (typeof window.__debug === "function") {
3541
window.__debug(source);

dist/redirect-files/ati-smarttag.js

+15-9
Original file line numberDiff line numberDiff line change
@@ -74,22 +74,28 @@
7474
hit(source);
7575
}
7676
function hit(source) {
77-
if (source.verbose !== true) {
77+
var ADGUARD_PREFIX = "[AdGuard]";
78+
if (!source.verbose) {
7879
return;
7980
}
8081
try {
81-
var log = console.log.bind(console);
8282
var trace = console.trace.bind(console);
83-
var prefix = "";
84-
if (source.domainName) {
85-
prefix += "".concat(source.domainName);
83+
var label = "".concat(ADGUARD_PREFIX, " ");
84+
if (source.engine === "corelibs") {
85+
label += source.ruleText;
86+
} else {
87+
if (source.domainName) {
88+
label += "".concat(source.domainName);
89+
}
90+
if (source.args) {
91+
label += "#%#//scriptlet('".concat(source.name, "', '").concat(source.args.join("', '"), "')");
92+
} else {
93+
label += "#%#//scriptlet('".concat(source.name, "')");
94+
}
8695
}
87-
prefix += "#%#//scriptlet('".concat(source.name, "', '").concat(source.args.join(", "), "')");
88-
log("".concat(prefix, " trace start"));
8996
if (trace) {
90-
trace();
97+
trace(label);
9198
}
92-
log("".concat(prefix, " trace end"));
9399
} catch (e) {}
94100
if (typeof window.__debug === "function") {
95101
window.__debug(source);

dist/redirect-files/didomi-loader.js

+15-9
Original file line numberDiff line numberDiff line change
@@ -113,22 +113,28 @@
113113
hit(source);
114114
}
115115
function hit(source) {
116-
if (source.verbose !== true) {
116+
var ADGUARD_PREFIX = "[AdGuard]";
117+
if (!source.verbose) {
117118
return;
118119
}
119120
try {
120-
var log = console.log.bind(console);
121121
var trace = console.trace.bind(console);
122-
var prefix = "";
123-
if (source.domainName) {
124-
prefix += "".concat(source.domainName);
122+
var label = "".concat(ADGUARD_PREFIX, " ");
123+
if (source.engine === "corelibs") {
124+
label += source.ruleText;
125+
} else {
126+
if (source.domainName) {
127+
label += "".concat(source.domainName);
128+
}
129+
if (source.args) {
130+
label += "#%#//scriptlet('".concat(source.name, "', '").concat(source.args.join("', '"), "')");
131+
} else {
132+
label += "#%#//scriptlet('".concat(source.name, "')");
133+
}
125134
}
126-
prefix += "#%#//scriptlet('".concat(source.name, "', '").concat(source.args.join(", "), "')");
127-
log("".concat(prefix, " trace start"));
128135
if (trace) {
129-
trace();
136+
trace(label);
130137
}
131-
log("".concat(prefix, " trace end"));
132138
} catch (e) {}
133139
if (typeof window.__debug === "function") {
134140
window.__debug(source);

dist/redirect-files/fingerprintjs2.js

+15-9
Original file line numberDiff line numberDiff line change
@@ -22,22 +22,28 @@
2222
hit(source);
2323
}
2424
function hit(source) {
25-
if (source.verbose !== true) {
25+
var ADGUARD_PREFIX = "[AdGuard]";
26+
if (!source.verbose) {
2627
return;
2728
}
2829
try {
29-
var log = console.log.bind(console);
3030
var trace = console.trace.bind(console);
31-
var prefix = "";
32-
if (source.domainName) {
33-
prefix += "".concat(source.domainName);
31+
var label = "".concat(ADGUARD_PREFIX, " ");
32+
if (source.engine === "corelibs") {
33+
label += source.ruleText;
34+
} else {
35+
if (source.domainName) {
36+
label += "".concat(source.domainName);
37+
}
38+
if (source.args) {
39+
label += "#%#//scriptlet('".concat(source.name, "', '").concat(source.args.join("', '"), "')");
40+
} else {
41+
label += "#%#//scriptlet('".concat(source.name, "')");
42+
}
3443
}
35-
prefix += "#%#//scriptlet('".concat(source.name, "', '").concat(source.args.join(", "), "')");
36-
log("".concat(prefix, " trace start"));
3744
if (trace) {
38-
trace();
45+
trace(label);
3946
}
40-
log("".concat(prefix, " trace end"));
4147
} catch (e) {}
4248
if (typeof window.__debug === "function") {
4349
window.__debug(source);

dist/redirect-files/fingerprintjs3.js

+15-9
Original file line numberDiff line numberDiff line change
@@ -23,22 +23,28 @@
2323
hit(source);
2424
}
2525
function hit(source) {
26-
if (source.verbose !== true) {
26+
var ADGUARD_PREFIX = "[AdGuard]";
27+
if (!source.verbose) {
2728
return;
2829
}
2930
try {
30-
var log = console.log.bind(console);
3131
var trace = console.trace.bind(console);
32-
var prefix = "";
33-
if (source.domainName) {
34-
prefix += "".concat(source.domainName);
32+
var label = "".concat(ADGUARD_PREFIX, " ");
33+
if (source.engine === "corelibs") {
34+
label += source.ruleText;
35+
} else {
36+
if (source.domainName) {
37+
label += "".concat(source.domainName);
38+
}
39+
if (source.args) {
40+
label += "#%#//scriptlet('".concat(source.name, "', '").concat(source.args.join("', '"), "')");
41+
} else {
42+
label += "#%#//scriptlet('".concat(source.name, "')");
43+
}
3544
}
36-
prefix += "#%#//scriptlet('".concat(source.name, "', '").concat(source.args.join(", "), "')");
37-
log("".concat(prefix, " trace start"));
3845
if (trace) {
39-
trace();
46+
trace(label);
4047
}
41-
log("".concat(prefix, " trace end"));
4248
} catch (e) {}
4349
if (typeof window.__debug === "function") {
4450
window.__debug(source);

dist/redirect-files/gemius.js

+15-9
Original file line numberDiff line numberDiff line change
@@ -12,22 +12,28 @@
1212
hit(source);
1313
}
1414
function hit(source) {
15-
if (source.verbose !== true) {
15+
var ADGUARD_PREFIX = "[AdGuard]";
16+
if (!source.verbose) {
1617
return;
1718
}
1819
try {
19-
var log = console.log.bind(console);
2020
var trace = console.trace.bind(console);
21-
var prefix = "";
22-
if (source.domainName) {
23-
prefix += "".concat(source.domainName);
21+
var label = "".concat(ADGUARD_PREFIX, " ");
22+
if (source.engine === "corelibs") {
23+
label += source.ruleText;
24+
} else {
25+
if (source.domainName) {
26+
label += "".concat(source.domainName);
27+
}
28+
if (source.args) {
29+
label += "#%#//scriptlet('".concat(source.name, "', '").concat(source.args.join("', '"), "')");
30+
} else {
31+
label += "#%#//scriptlet('".concat(source.name, "')");
32+
}
2433
}
25-
prefix += "#%#//scriptlet('".concat(source.name, "', '").concat(source.args.join(", "), "')");
26-
log("".concat(prefix, " trace start"));
2734
if (trace) {
28-
trace();
35+
trace(label);
2936
}
30-
log("".concat(prefix, " trace end"));
3137
} catch (e) {}
3238
if (typeof window.__debug === "function") {
3339
window.__debug(source);

dist/redirect-files/google-analytics-ga.js

+15-9
Original file line numberDiff line numberDiff line change
@@ -74,22 +74,28 @@
7474
hit(source);
7575
}
7676
function hit(source) {
77-
if (source.verbose !== true) {
77+
var ADGUARD_PREFIX = "[AdGuard]";
78+
if (!source.verbose) {
7879
return;
7980
}
8081
try {
81-
var log = console.log.bind(console);
8282
var trace = console.trace.bind(console);
83-
var prefix = "";
84-
if (source.domainName) {
85-
prefix += "".concat(source.domainName);
83+
var label = "".concat(ADGUARD_PREFIX, " ");
84+
if (source.engine === "corelibs") {
85+
label += source.ruleText;
86+
} else {
87+
if (source.domainName) {
88+
label += "".concat(source.domainName);
89+
}
90+
if (source.args) {
91+
label += "#%#//scriptlet('".concat(source.name, "', '").concat(source.args.join("', '"), "')");
92+
} else {
93+
label += "#%#//scriptlet('".concat(source.name, "')");
94+
}
8695
}
87-
prefix += "#%#//scriptlet('".concat(source.name, "', '").concat(source.args.join(", "), "')");
88-
log("".concat(prefix, " trace start"));
8996
if (trace) {
90-
trace();
97+
trace(label);
9198
}
92-
log("".concat(prefix, " trace end"));
9399
} catch (e) {}
94100
if (typeof window.__debug === "function") {
95101
window.__debug(source);

dist/redirect-files/google-analytics.js

+15-9
Original file line numberDiff line numberDiff line change
@@ -85,22 +85,28 @@
8585
hit(source);
8686
}
8787
function hit(source) {
88-
if (source.verbose !== true) {
88+
var ADGUARD_PREFIX = "[AdGuard]";
89+
if (!source.verbose) {
8990
return;
9091
}
9192
try {
92-
var log = console.log.bind(console);
9393
var trace = console.trace.bind(console);
94-
var prefix = "";
95-
if (source.domainName) {
96-
prefix += "".concat(source.domainName);
94+
var label = "".concat(ADGUARD_PREFIX, " ");
95+
if (source.engine === "corelibs") {
96+
label += source.ruleText;
97+
} else {
98+
if (source.domainName) {
99+
label += "".concat(source.domainName);
100+
}
101+
if (source.args) {
102+
label += "#%#//scriptlet('".concat(source.name, "', '").concat(source.args.join("', '"), "')");
103+
} else {
104+
label += "#%#//scriptlet('".concat(source.name, "')");
105+
}
97106
}
98-
prefix += "#%#//scriptlet('".concat(source.name, "', '").concat(source.args.join(", "), "')");
99-
log("".concat(prefix, " trace start"));
100107
if (trace) {
101-
trace();
108+
trace(label);
102109
}
103-
log("".concat(prefix, " trace end"));
104110
} catch (e) {}
105111
if (typeof window.__debug === "function") {
106112
window.__debug(source);

dist/redirect-files/google-ima3.js

+15-9
Original file line numberDiff line numberDiff line change
@@ -598,22 +598,28 @@
598598
hit(source);
599599
}
600600
function hit(source) {
601-
if (source.verbose !== true) {
601+
var ADGUARD_PREFIX = "[AdGuard]";
602+
if (!source.verbose) {
602603
return;
603604
}
604605
try {
605-
var log = console.log.bind(console);
606606
var trace = console.trace.bind(console);
607-
var prefix = "";
608-
if (source.domainName) {
609-
prefix += "".concat(source.domainName);
607+
var label = "".concat(ADGUARD_PREFIX, " ");
608+
if (source.engine === "corelibs") {
609+
label += source.ruleText;
610+
} else {
611+
if (source.domainName) {
612+
label += "".concat(source.domainName);
613+
}
614+
if (source.args) {
615+
label += "#%#//scriptlet('".concat(source.name, "', '").concat(source.args.join("', '"), "')");
616+
} else {
617+
label += "#%#//scriptlet('".concat(source.name, "')");
618+
}
610619
}
611-
prefix += "#%#//scriptlet('".concat(source.name, "', '").concat(source.args.join(", "), "')");
612-
log("".concat(prefix, " trace start"));
613620
if (trace) {
614-
trace();
621+
trace(label);
615622
}
616-
log("".concat(prefix, " trace end"));
617623
} catch (e) {}
618624
if (typeof window.__debug === "function") {
619625
window.__debug(source);

dist/redirect-files/googlesyndication-adsbygoogle.js

+15-9
Original file line numberDiff line numberDiff line change
@@ -54,22 +54,28 @@
5454
}
5555
}
5656
function hit(source) {
57-
if (source.verbose !== true) {
57+
var ADGUARD_PREFIX = "[AdGuard]";
58+
if (!source.verbose) {
5859
return;
5960
}
6061
try {
61-
var log = console.log.bind(console);
6262
var trace = console.trace.bind(console);
63-
var prefix = "";
64-
if (source.domainName) {
65-
prefix += "".concat(source.domainName);
63+
var label = "".concat(ADGUARD_PREFIX, " ");
64+
if (source.engine === "corelibs") {
65+
label += source.ruleText;
66+
} else {
67+
if (source.domainName) {
68+
label += "".concat(source.domainName);
69+
}
70+
if (source.args) {
71+
label += "#%#//scriptlet('".concat(source.name, "', '").concat(source.args.join("', '"), "')");
72+
} else {
73+
label += "#%#//scriptlet('".concat(source.name, "')");
74+
}
6675
}
67-
prefix += "#%#//scriptlet('".concat(source.name, "', '").concat(source.args.join(", "), "')");
68-
log("".concat(prefix, " trace start"));
6976
if (trace) {
70-
trace();
77+
trace(label);
7178
}
72-
log("".concat(prefix, " trace end"));
7379
} catch (e) {}
7480
if (typeof window.__debug === "function") {
7581
window.__debug(source);

0 commit comments

Comments
 (0)