Skip to content

Commit

Permalink
deploy: update dist v1.11.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Atlassian Bamboo committed Jul 8, 2024
1 parent 41fd324 commit 5a92d79
Show file tree
Hide file tree
Showing 33 changed files with 1,198 additions and 608 deletions.
2 changes: 1 addition & 1 deletion dist/build.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=1.11.1
version=1.11.6
24 changes: 15 additions & 9 deletions dist/redirect-files/amazon-apstag.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,28 @@
hit(source);
}
function hit(source) {
if (source.verbose !== true) {
var ADGUARD_PREFIX = "[AdGuard]";
if (!source.verbose) {
return;
}
try {
var log = console.log.bind(console);
var trace = console.trace.bind(console);
var prefix = "";
if (source.domainName) {
prefix += "".concat(source.domainName);
var label = "".concat(ADGUARD_PREFIX, " ");
if (source.engine === "corelibs") {
label += source.ruleText;
} else {
if (source.domainName) {
label += "".concat(source.domainName);
}
if (source.args) {
label += "#%#//scriptlet('".concat(source.name, "', '").concat(source.args.join("', '"), "')");
} else {
label += "#%#//scriptlet('".concat(source.name, "')");
}
}
prefix += "#%#//scriptlet('".concat(source.name, "', '").concat(source.args.join(", "), "')");
log("".concat(prefix, " trace start"));
if (trace) {
trace();
trace(label);
}
log("".concat(prefix, " trace end"));
} catch (e) {}
if (typeof window.__debug === "function") {
window.__debug(source);
Expand Down
24 changes: 15 additions & 9 deletions dist/redirect-files/ati-smarttag.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,22 +74,28 @@
hit(source);
}
function hit(source) {
if (source.verbose !== true) {
var ADGUARD_PREFIX = "[AdGuard]";
if (!source.verbose) {
return;
}
try {
var log = console.log.bind(console);
var trace = console.trace.bind(console);
var prefix = "";
if (source.domainName) {
prefix += "".concat(source.domainName);
var label = "".concat(ADGUARD_PREFIX, " ");
if (source.engine === "corelibs") {
label += source.ruleText;
} else {
if (source.domainName) {
label += "".concat(source.domainName);
}
if (source.args) {
label += "#%#//scriptlet('".concat(source.name, "', '").concat(source.args.join("', '"), "')");
} else {
label += "#%#//scriptlet('".concat(source.name, "')");
}
}
prefix += "#%#//scriptlet('".concat(source.name, "', '").concat(source.args.join(", "), "')");
log("".concat(prefix, " trace start"));
if (trace) {
trace();
trace(label);
}
log("".concat(prefix, " trace end"));
} catch (e) {}
if (typeof window.__debug === "function") {
window.__debug(source);
Expand Down
24 changes: 15 additions & 9 deletions dist/redirect-files/didomi-loader.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,22 +113,28 @@
hit(source);
}
function hit(source) {
if (source.verbose !== true) {
var ADGUARD_PREFIX = "[AdGuard]";
if (!source.verbose) {
return;
}
try {
var log = console.log.bind(console);
var trace = console.trace.bind(console);
var prefix = "";
if (source.domainName) {
prefix += "".concat(source.domainName);
var label = "".concat(ADGUARD_PREFIX, " ");
if (source.engine === "corelibs") {
label += source.ruleText;
} else {
if (source.domainName) {
label += "".concat(source.domainName);
}
if (source.args) {
label += "#%#//scriptlet('".concat(source.name, "', '").concat(source.args.join("', '"), "')");
} else {
label += "#%#//scriptlet('".concat(source.name, "')");
}
}
prefix += "#%#//scriptlet('".concat(source.name, "', '").concat(source.args.join(", "), "')");
log("".concat(prefix, " trace start"));
if (trace) {
trace();
trace(label);
}
log("".concat(prefix, " trace end"));
} catch (e) {}
if (typeof window.__debug === "function") {
window.__debug(source);
Expand Down
24 changes: 15 additions & 9 deletions dist/redirect-files/fingerprintjs2.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,22 +22,28 @@
hit(source);
}
function hit(source) {
if (source.verbose !== true) {
var ADGUARD_PREFIX = "[AdGuard]";
if (!source.verbose) {
return;
}
try {
var log = console.log.bind(console);
var trace = console.trace.bind(console);
var prefix = "";
if (source.domainName) {
prefix += "".concat(source.domainName);
var label = "".concat(ADGUARD_PREFIX, " ");
if (source.engine === "corelibs") {
label += source.ruleText;
} else {
if (source.domainName) {
label += "".concat(source.domainName);
}
if (source.args) {
label += "#%#//scriptlet('".concat(source.name, "', '").concat(source.args.join("', '"), "')");
} else {
label += "#%#//scriptlet('".concat(source.name, "')");
}
}
prefix += "#%#//scriptlet('".concat(source.name, "', '").concat(source.args.join(", "), "')");
log("".concat(prefix, " trace start"));
if (trace) {
trace();
trace(label);
}
log("".concat(prefix, " trace end"));
} catch (e) {}
if (typeof window.__debug === "function") {
window.__debug(source);
Expand Down
24 changes: 15 additions & 9 deletions dist/redirect-files/fingerprintjs3.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,22 +23,28 @@
hit(source);
}
function hit(source) {
if (source.verbose !== true) {
var ADGUARD_PREFIX = "[AdGuard]";
if (!source.verbose) {
return;
}
try {
var log = console.log.bind(console);
var trace = console.trace.bind(console);
var prefix = "";
if (source.domainName) {
prefix += "".concat(source.domainName);
var label = "".concat(ADGUARD_PREFIX, " ");
if (source.engine === "corelibs") {
label += source.ruleText;
} else {
if (source.domainName) {
label += "".concat(source.domainName);
}
if (source.args) {
label += "#%#//scriptlet('".concat(source.name, "', '").concat(source.args.join("', '"), "')");
} else {
label += "#%#//scriptlet('".concat(source.name, "')");
}
}
prefix += "#%#//scriptlet('".concat(source.name, "', '").concat(source.args.join(", "), "')");
log("".concat(prefix, " trace start"));
if (trace) {
trace();
trace(label);
}
log("".concat(prefix, " trace end"));
} catch (e) {}
if (typeof window.__debug === "function") {
window.__debug(source);
Expand Down
24 changes: 15 additions & 9 deletions dist/redirect-files/gemius.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,28 @@
hit(source);
}
function hit(source) {
if (source.verbose !== true) {
var ADGUARD_PREFIX = "[AdGuard]";
if (!source.verbose) {
return;
}
try {
var log = console.log.bind(console);
var trace = console.trace.bind(console);
var prefix = "";
if (source.domainName) {
prefix += "".concat(source.domainName);
var label = "".concat(ADGUARD_PREFIX, " ");
if (source.engine === "corelibs") {
label += source.ruleText;
} else {
if (source.domainName) {
label += "".concat(source.domainName);
}
if (source.args) {
label += "#%#//scriptlet('".concat(source.name, "', '").concat(source.args.join("', '"), "')");
} else {
label += "#%#//scriptlet('".concat(source.name, "')");
}
}
prefix += "#%#//scriptlet('".concat(source.name, "', '").concat(source.args.join(", "), "')");
log("".concat(prefix, " trace start"));
if (trace) {
trace();
trace(label);
}
log("".concat(prefix, " trace end"));
} catch (e) {}
if (typeof window.__debug === "function") {
window.__debug(source);
Expand Down
24 changes: 15 additions & 9 deletions dist/redirect-files/google-analytics-ga.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,22 +74,28 @@
hit(source);
}
function hit(source) {
if (source.verbose !== true) {
var ADGUARD_PREFIX = "[AdGuard]";
if (!source.verbose) {
return;
}
try {
var log = console.log.bind(console);
var trace = console.trace.bind(console);
var prefix = "";
if (source.domainName) {
prefix += "".concat(source.domainName);
var label = "".concat(ADGUARD_PREFIX, " ");
if (source.engine === "corelibs") {
label += source.ruleText;
} else {
if (source.domainName) {
label += "".concat(source.domainName);
}
if (source.args) {
label += "#%#//scriptlet('".concat(source.name, "', '").concat(source.args.join("', '"), "')");
} else {
label += "#%#//scriptlet('".concat(source.name, "')");
}
}
prefix += "#%#//scriptlet('".concat(source.name, "', '").concat(source.args.join(", "), "')");
log("".concat(prefix, " trace start"));
if (trace) {
trace();
trace(label);
}
log("".concat(prefix, " trace end"));
} catch (e) {}
if (typeof window.__debug === "function") {
window.__debug(source);
Expand Down
24 changes: 15 additions & 9 deletions dist/redirect-files/google-analytics.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,22 +85,28 @@
hit(source);
}
function hit(source) {
if (source.verbose !== true) {
var ADGUARD_PREFIX = "[AdGuard]";
if (!source.verbose) {
return;
}
try {
var log = console.log.bind(console);
var trace = console.trace.bind(console);
var prefix = "";
if (source.domainName) {
prefix += "".concat(source.domainName);
var label = "".concat(ADGUARD_PREFIX, " ");
if (source.engine === "corelibs") {
label += source.ruleText;
} else {
if (source.domainName) {
label += "".concat(source.domainName);
}
if (source.args) {
label += "#%#//scriptlet('".concat(source.name, "', '").concat(source.args.join("', '"), "')");
} else {
label += "#%#//scriptlet('".concat(source.name, "')");
}
}
prefix += "#%#//scriptlet('".concat(source.name, "', '").concat(source.args.join(", "), "')");
log("".concat(prefix, " trace start"));
if (trace) {
trace();
trace(label);
}
log("".concat(prefix, " trace end"));
} catch (e) {}
if (typeof window.__debug === "function") {
window.__debug(source);
Expand Down
24 changes: 15 additions & 9 deletions dist/redirect-files/google-ima3.js
Original file line number Diff line number Diff line change
Expand Up @@ -598,22 +598,28 @@
hit(source);
}
function hit(source) {
if (source.verbose !== true) {
var ADGUARD_PREFIX = "[AdGuard]";
if (!source.verbose) {
return;
}
try {
var log = console.log.bind(console);
var trace = console.trace.bind(console);
var prefix = "";
if (source.domainName) {
prefix += "".concat(source.domainName);
var label = "".concat(ADGUARD_PREFIX, " ");
if (source.engine === "corelibs") {
label += source.ruleText;
} else {
if (source.domainName) {
label += "".concat(source.domainName);
}
if (source.args) {
label += "#%#//scriptlet('".concat(source.name, "', '").concat(source.args.join("', '"), "')");
} else {
label += "#%#//scriptlet('".concat(source.name, "')");
}
}
prefix += "#%#//scriptlet('".concat(source.name, "', '").concat(source.args.join(", "), "')");
log("".concat(prefix, " trace start"));
if (trace) {
trace();
trace(label);
}
log("".concat(prefix, " trace end"));
} catch (e) {}
if (typeof window.__debug === "function") {
window.__debug(source);
Expand Down
24 changes: 15 additions & 9 deletions dist/redirect-files/googlesyndication-adsbygoogle.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,22 +54,28 @@
}
}
function hit(source) {
if (source.verbose !== true) {
var ADGUARD_PREFIX = "[AdGuard]";
if (!source.verbose) {
return;
}
try {
var log = console.log.bind(console);
var trace = console.trace.bind(console);
var prefix = "";
if (source.domainName) {
prefix += "".concat(source.domainName);
var label = "".concat(ADGUARD_PREFIX, " ");
if (source.engine === "corelibs") {
label += source.ruleText;
} else {
if (source.domainName) {
label += "".concat(source.domainName);
}
if (source.args) {
label += "#%#//scriptlet('".concat(source.name, "', '").concat(source.args.join("', '"), "')");
} else {
label += "#%#//scriptlet('".concat(source.name, "')");
}
}
prefix += "#%#//scriptlet('".concat(source.name, "', '").concat(source.args.join(", "), "')");
log("".concat(prefix, " trace start"));
if (trace) {
trace();
trace(label);
}
log("".concat(prefix, " trace end"));
} catch (e) {}
if (typeof window.__debug === "function") {
window.__debug(source);
Expand Down
Loading

0 comments on commit 5a92d79

Please sign in to comment.