上传文件至「js」
This commit is contained in:
@@ -0,0 +1,505 @@
|
||||
<html>
|
||||
<head ><style>*{margin: 0; padding: 0;}</style><meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" content=""><script>
|
||||
if (!"gdprAppliesGlobally" in window) {
|
||||
window.gdprAppliesGlobally = true
|
||||
}
|
||||
if (!("cmp_id" in window) || window.cmp_id < 1) {
|
||||
window.cmp_id = 0
|
||||
}
|
||||
if (!("cmp_cdid" in window)) {
|
||||
window.cmp_cdid = "e942abc661a9f"
|
||||
}
|
||||
if (!("cmp_params" in window)) {
|
||||
window.cmp_params = ""
|
||||
}
|
||||
if (!("cmp_host" in window)) {
|
||||
window.cmp_host = "d.delivery.consentmanager.net"
|
||||
}
|
||||
if (!("cmp_cdn" in window)) {
|
||||
window.cmp_cdn = "cdn.consentmanager.net"
|
||||
}
|
||||
if (!("cmp_proto" in window)) {
|
||||
window.cmp_proto = "https:"
|
||||
}
|
||||
if (!("cmp_codesrc" in window)) {
|
||||
window.cmp_codesrc = "1"
|
||||
}
|
||||
window.cmp_getsupportedLangs = function() {
|
||||
var b = ["DE", "EN", "FR", "IT", "NO", "DA", "FI", "ES", "PT", "RO", "BG", "ET", "EL", "GA", "HR", "LV", "LT", "MT", "NL", "PL", "SV", "SK", "SL", "CS", "HU", "RU", "SR", "ZH", "TR", "UK", "AR", "BS"];
|
||||
if ("cmp_customlanguages" in window) {
|
||||
for (var a = 0; a < window.cmp_customlanguages.length; a++) {
|
||||
b.push(window.cmp_customlanguages[a].l.toUpperCase())
|
||||
}
|
||||
}
|
||||
return b
|
||||
};
|
||||
window.cmp_getRTLLangs = function() {
|
||||
var a = ["AR"];
|
||||
if ("cmp_customlanguages" in window) {
|
||||
for (var b = 0; b < window.cmp_customlanguages.length; b++) {
|
||||
if ("r" in window.cmp_customlanguages[b] && window.cmp_customlanguages[b].r) {
|
||||
a.push(window.cmp_customlanguages[b].l)
|
||||
}
|
||||
}
|
||||
}
|
||||
return a
|
||||
};
|
||||
window.cmp_getlang = function(j) {
|
||||
if (typeof(j) != "boolean") {
|
||||
j = true
|
||||
}
|
||||
if (j && typeof(cmp_getlang.usedlang) == "string" && cmp_getlang.usedlang !== "") {
|
||||
return cmp_getlang.usedlang
|
||||
}
|
||||
var g = window.cmp_getsupportedLangs();
|
||||
var c = [];
|
||||
var f = location.hash;
|
||||
var e = location.search;
|
||||
var a = "languages" in navigator ? navigator.languages : [];
|
||||
if (f.indexOf("cmplang=") != -1) {
|
||||
c.push(f.substr(f.indexOf("cmplang=") + 8, 2).toUpperCase())
|
||||
} else {
|
||||
if (e.indexOf("cmplang=") != -1) {
|
||||
c.push(e.substr(e.indexOf("cmplang=") + 8, 2).toUpperCase())
|
||||
} else {
|
||||
if ("cmp_setlang" in window && window.cmp_setlang != "") {
|
||||
c.push(window.cmp_setlang.toUpperCase())
|
||||
} else {
|
||||
if (a.length > 0) {
|
||||
for (var d = 0; d < a.length; d++) {
|
||||
c.push(a[d])
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
if ("language" in navigator) {
|
||||
c.push(navigator.language)
|
||||
}
|
||||
if ("userLanguage" in navigator) {
|
||||
c.push(navigator.userLanguage)
|
||||
}
|
||||
var h = "";
|
||||
for (var d = 0; d < c.length; d++) {
|
||||
var b = c[d].toUpperCase();
|
||||
if (g.indexOf(b) != -1) {
|
||||
h = b;
|
||||
break
|
||||
}
|
||||
if (b.indexOf("-") != -1) {
|
||||
b = b.substr(0, 2)
|
||||
}
|
||||
if (g.indexOf(b) != -1) {
|
||||
h = b;
|
||||
break
|
||||
}
|
||||
}
|
||||
if (h == "" && typeof(cmp_getlang.defaultlang) == "string" && cmp_getlang.defaultlang !== "") {
|
||||
return cmp_getlang.defaultlang
|
||||
} else {
|
||||
if (h == "") {
|
||||
h = "EN"
|
||||
}
|
||||
}
|
||||
h = h.toUpperCase();
|
||||
return h
|
||||
};
|
||||
(function() {
|
||||
var u = document;
|
||||
var v = u.getElementsByTagName;
|
||||
var h = window;
|
||||
var o = "";
|
||||
var b = "_en";
|
||||
if ("cmp_getlang" in h) {
|
||||
o = h.cmp_getlang().toLowerCase();
|
||||
if ("cmp_customlanguages" in h) {
|
||||
for (var q = 0; q < h.cmp_customlanguages.length; q++) {
|
||||
if (h.cmp_customlanguages[q].l.toUpperCase() == o.toUpperCase()) {
|
||||
o = "en";
|
||||
break
|
||||
}
|
||||
}
|
||||
}
|
||||
b = "_" + o
|
||||
}
|
||||
|
||||
function x(i, e) {
|
||||
var w = "";
|
||||
i += "=";
|
||||
var s = i.length;
|
||||
var d = location;
|
||||
if (d.hash.indexOf(i) != -1) {
|
||||
w = d.hash.substr(d.hash.indexOf(i) + s, 9999)
|
||||
} else {
|
||||
if (d.search.indexOf(i) != -1) {
|
||||
w = d.search.substr(d.search.indexOf(i) + s, 9999)
|
||||
} else {
|
||||
return e
|
||||
}
|
||||
}
|
||||
if (w.indexOf("&") != -1) {
|
||||
w = w.substr(0, w.indexOf("&"))
|
||||
}
|
||||
return w
|
||||
}
|
||||
var k = ("cmp_proto" in h) ? h.cmp_proto : "https:";
|
||||
if (k != "http:" && k != "https:") {
|
||||
k = "https:"
|
||||
}
|
||||
var g = ("cmp_ref" in h) ? h.cmp_ref : location.href;
|
||||
var j = u.createElement("script");
|
||||
j.setAttribute("data-cmp-ab", "1");
|
||||
var c = x("cmpdesign", "cmp_design" in h ? h.cmp_design : "");
|
||||
var f = x("cmpregulationkey", "cmp_regulationkey" in h ? h.cmp_regulationkey : "");
|
||||
var r = x("cmpgppkey", "cmp_gppkey" in h ? h.cmp_gppkey : "");
|
||||
var n = x("cmpatt", "cmp_att" in h ? h.cmp_att : "");
|
||||
j.src = k + "//" + h.cmp_host + "/delivery/cmp.php?" + ("cmp_id" in h && h.cmp_id > 0 ? "id=" + h.cmp_id : "") + ("cmp_cdid" in h ? "&cdid=" + h.cmp_cdid : "") + "&h=" + encodeURIComponent(g) + (c != "" ? "&cmpdesign=" + encodeURIComponent(c) : "") + (f != "" ? "&cmpregulationkey=" + encodeURIComponent(f) : "") + (r != "" ? "&cmpgppkey=" + encodeURIComponent(r) : "") + (n != "" ? "&cmpatt=" + encodeURIComponent(n) : "") + ("cmp_params" in h ? "&" + h.cmp_params : "") + (u.cookie.length > 0 ? "&__cmpfcc=1" : "") + "&l=" + o.toLowerCase() + "&o=" + (new Date()).getTime();
|
||||
j.type = "text/javascript";
|
||||
j.async = true;
|
||||
if (u.currentScript && u.currentScript.parentElement) {
|
||||
u.currentScript.parentElement.appendChild(j)
|
||||
} else {
|
||||
if (u.body) {
|
||||
u.body.appendChild(j)
|
||||
} else {
|
||||
var t = v("body");
|
||||
if (t.length == 0) {
|
||||
t = v("div")
|
||||
}
|
||||
if (t.length == 0) {
|
||||
t = v("span")
|
||||
}
|
||||
if (t.length == 0) {
|
||||
t = v("ins")
|
||||
}
|
||||
if (t.length == 0) {
|
||||
t = v("script")
|
||||
}
|
||||
if (t.length == 0) {
|
||||
t = v("head")
|
||||
}
|
||||
if (t.length > 0) {
|
||||
t[0].appendChild(j)
|
||||
}
|
||||
}
|
||||
}
|
||||
var m = "js";
|
||||
var p = x("cmpdebugunminimized", "cmpdebugunminimized" in h ? h.cmpdebugunminimized : 0) > 0 ? "" : ".min";
|
||||
var a = x("cmpdebugcoverage", "cmp_debugcoverage" in h ? h.cmp_debugcoverage : "");
|
||||
if (a == "1") {
|
||||
m = "instrumented";
|
||||
p = ""
|
||||
}
|
||||
var j = u.createElement("script");
|
||||
j.src = k + "//" + h.cmp_cdn + "/delivery/" + m + "/cmp" + b + p + ".js";
|
||||
j.type = "text/javascript";
|
||||
j.setAttribute("data-cmp-ab", "1");
|
||||
j.async = true;
|
||||
if (u.currentScript && u.currentScript.parentElement) {
|
||||
u.currentScript.parentElement.appendChild(j)
|
||||
} else {
|
||||
if (u.body) {
|
||||
u.body.appendChild(j)
|
||||
} else {
|
||||
var t = v("body");
|
||||
if (t.length == 0) {
|
||||
t = v("div")
|
||||
}
|
||||
if (t.length == 0) {
|
||||
t = v("span")
|
||||
}
|
||||
if (t.length == 0) {
|
||||
t = v("ins")
|
||||
}
|
||||
if (t.length == 0) {
|
||||
t = v("script")
|
||||
}
|
||||
if (t.length == 0) {
|
||||
t = v("head")
|
||||
}
|
||||
if (t.length > 0) {
|
||||
t[0].appendChild(j)
|
||||
}
|
||||
}
|
||||
}
|
||||
})();
|
||||
window.cmp_addFrame = function(b) {
|
||||
if (!window.frames[b]) {
|
||||
if (document.body) {
|
||||
var a = document.createElement("iframe");
|
||||
a.style.cssText = "display:none";
|
||||
if ("cmp_cdn" in window && "cmp_ultrablocking" in window && window.cmp_ultrablocking > 0) {
|
||||
a.src = "//" + window.cmp_cdn + "/delivery/empty.html"
|
||||
}
|
||||
a.name = b;
|
||||
a.setAttribute("title", "Intentionally hidden, please ignore");
|
||||
a.setAttribute("role", "none");
|
||||
a.setAttribute("tabindex", "-1");
|
||||
document.body.appendChild(a)
|
||||
} else {
|
||||
window.setTimeout(window.cmp_addFrame, 10, b)
|
||||
}
|
||||
}
|
||||
};
|
||||
window.cmp_rc = function(h) {
|
||||
var b = document.cookie;
|
||||
var f = "";
|
||||
var d = 0;
|
||||
while (b != "" && d < 100) {
|
||||
d++;
|
||||
while (b.substr(0, 1) == " ") {
|
||||
b = b.substr(1, b.length)
|
||||
}
|
||||
var g = b.substring(0, b.indexOf("="));
|
||||
if (b.indexOf(";") != -1) {
|
||||
var c = b.substring(b.indexOf("=") + 1, b.indexOf(";"))
|
||||
} else {
|
||||
var c = b.substr(b.indexOf("=") + 1, b.length)
|
||||
}
|
||||
if (h == g) {
|
||||
f = c
|
||||
}
|
||||
var e = b.indexOf(";") + 1;
|
||||
if (e == 0) {
|
||||
e = b.length
|
||||
}
|
||||
b = b.substring(e, b.length)
|
||||
}
|
||||
return (f)
|
||||
};
|
||||
window.cmp_stub = function() {
|
||||
var a = arguments;
|
||||
__cmp.a = __cmp.a || [];
|
||||
if (!a.length) {
|
||||
return __cmp.a
|
||||
} else {
|
||||
if (a[0] === "ping") {
|
||||
if (a[1] === 2) {
|
||||
a[2]({
|
||||
gdprApplies: gdprAppliesGlobally,
|
||||
cmpLoaded: false,
|
||||
cmpStatus: "stub",
|
||||
displayStatus: "hidden",
|
||||
apiVersion: "2.2",
|
||||
cmpId: 31
|
||||
}, true)
|
||||
} else {
|
||||
a[2](false, true)
|
||||
}
|
||||
} else {
|
||||
if (a[0] === "getUSPData") {
|
||||
a[2]({
|
||||
version: 1,
|
||||
uspString: window.cmp_rc("")
|
||||
}, true)
|
||||
} else {
|
||||
if (a[0] === "getTCData") {
|
||||
__cmp.a.push([].slice.apply(a))
|
||||
} else {
|
||||
if (a[0] === "addEventListener" || a[0] === "removeEventListener") {
|
||||
__cmp.a.push([].slice.apply(a))
|
||||
} else {
|
||||
if (a.length == 4 && a[3] === false) {
|
||||
a[2]({}, false)
|
||||
} else {
|
||||
__cmp.a.push([].slice.apply(a))
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
};
|
||||
window.cmp_gpp_ping = function() {
|
||||
return {
|
||||
gppVersion: "1.0",
|
||||
cmpStatus: "stub",
|
||||
cmpDisplayStatus: "hidden",
|
||||
supportedAPIs: ["tcfca", "usnat", "usca", "usva", "usco", "usut", "usct"],
|
||||
cmpId: 31
|
||||
}
|
||||
};
|
||||
window.cmp_gppstub = function() {
|
||||
var a = arguments;
|
||||
__gpp.q = __gpp.q || [];
|
||||
if (!a.length) {
|
||||
return __gpp.q
|
||||
}
|
||||
var g = a[0];
|
||||
var f = a.length > 1 ? a[1] : null;
|
||||
var e = a.length > 2 ? a[2] : null;
|
||||
if (g === "ping") {
|
||||
return window.cmp_gpp_ping()
|
||||
} else {
|
||||
if (g === "addEventListener") {
|
||||
__gpp.e = __gpp.e || [];
|
||||
if (!("lastId" in __gpp)) {
|
||||
__gpp.lastId = 0
|
||||
}
|
||||
__gpp.lastId++;
|
||||
var c = __gpp.lastId;
|
||||
__gpp.e.push({
|
||||
id: c,
|
||||
callback: f
|
||||
});
|
||||
return {
|
||||
eventName: "listenerRegistered",
|
||||
listenerId: c,
|
||||
data: true,
|
||||
pingData: window.cmp_gpp_ping()
|
||||
}
|
||||
} else {
|
||||
if (g === "removeEventListener") {
|
||||
var h = false;
|
||||
__gpp.e = __gpp.e || [];
|
||||
for (var d = 0; d < __gpp.e.length; d++) {
|
||||
if (__gpp.e[d].id == e) {
|
||||
__gpp.e[d].splice(d, 1);
|
||||
h = true;
|
||||
break
|
||||
}
|
||||
}
|
||||
return {
|
||||
eventName: "listenerRemoved",
|
||||
listenerId: e,
|
||||
data: h,
|
||||
pingData: window.cmp_gpp_ping()
|
||||
}
|
||||
} else {
|
||||
if (g === "getGPPData") {
|
||||
return {
|
||||
sectionId: 3,
|
||||
gppVersion: 1,
|
||||
sectionList: [],
|
||||
applicableSections: [0],
|
||||
gppString: "",
|
||||
pingData: window.cmp_gpp_ping()
|
||||
}
|
||||
} else {
|
||||
if (g === "hasSection" || g === "getSection" || g === "getField") {
|
||||
return null
|
||||
} else {
|
||||
__gpp.q.push([].slice.apply(a))
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
};
|
||||
window.cmp_msghandler = function(d) {
|
||||
var a = typeof d.data === "string";
|
||||
try {
|
||||
var c = a ? JSON.parse(d.data) : d.data
|
||||
} catch (f) {
|
||||
var c = null
|
||||
}
|
||||
if (typeof(c) === "object" && c !== null && "__cmpCall" in c) {
|
||||
var b = c.__cmpCall;
|
||||
window.__cmp(b.command, b.parameter, function(h, g) {
|
||||
var e = {
|
||||
__cmpReturn: {
|
||||
returnValue: h,
|
||||
success: g,
|
||||
callId: b.callId
|
||||
}
|
||||
};
|
||||
d.source.postMessage(a ? JSON.stringify(e) : e, "*")
|
||||
})
|
||||
}
|
||||
if (typeof(c) === "object" && c !== null && "__uspapiCall" in c) {
|
||||
var b = c.__uspapiCall;
|
||||
window.__uspapi(b.command, b.version, function(h, g) {
|
||||
var e = {
|
||||
__uspapiReturn: {
|
||||
returnValue: h,
|
||||
success: g,
|
||||
callId: b.callId
|
||||
}
|
||||
};
|
||||
d.source.postMessage(a ? JSON.stringify(e) : e, "*")
|
||||
})
|
||||
}
|
||||
if (typeof(c) === "object" && c !== null && "__tcfapiCall" in c) {
|
||||
var b = c.__tcfapiCall;
|
||||
window.__tcfapi(b.command, b.version, function(h, g) {
|
||||
var e = {
|
||||
__tcfapiReturn: {
|
||||
returnValue: h,
|
||||
success: g,
|
||||
callId: b.callId
|
||||
}
|
||||
};
|
||||
d.source.postMessage(a ? JSON.stringify(e) : e, "*")
|
||||
}, b.parameter)
|
||||
}
|
||||
if (typeof(c) === "object" && c !== null && "__gppCall" in c) {
|
||||
var b = c.__gppCall;
|
||||
window.__gpp(b.command, function(h, g) {
|
||||
var e = {
|
||||
__gppReturn: {
|
||||
returnValue: h,
|
||||
success: g,
|
||||
callId: b.callId
|
||||
}
|
||||
};
|
||||
d.source.postMessage(a ? JSON.stringify(e) : e, "*")
|
||||
}, "parameter" in b ? b.parameter : null, "version" in b ? b.version : 1)
|
||||
}
|
||||
};
|
||||
window.cmp_setStub = function(a) {
|
||||
if (!(a in window) || (typeof(window[a]) !== "function" && typeof(window[a]) !== "object" && (typeof(window[a]) === "undefined" || window[a] !== null))) {
|
||||
window[a] = window.cmp_stub;
|
||||
window[a].msgHandler = window.cmp_msghandler;
|
||||
window.addEventListener("message", window.cmp_msghandler, false)
|
||||
}
|
||||
};
|
||||
window.cmp_setGppStub = function(a) {
|
||||
if (!(a in window) || (typeof(window[a]) !== "function" && typeof(window[a]) !== "object" && (typeof(window[a]) === "undefined" || window[a] !== null))) {
|
||||
window[a] = window.cmp_gppstub;
|
||||
window[a].msgHandler = window.cmp_msghandler;
|
||||
window.addEventListener("message", window.cmp_msghandler, false)
|
||||
}
|
||||
};
|
||||
window.cmp_addFrame("__cmpLocator");
|
||||
if (!("cmp_disableusp" in window) || !window.cmp_disableusp) {
|
||||
window.cmp_addFrame("__uspapiLocator")
|
||||
}
|
||||
if (!("cmp_disabletcf" in window) || !window.cmp_disabletcf) {
|
||||
window.cmp_addFrame("__tcfapiLocator")
|
||||
}
|
||||
if (!("cmp_disablegpp" in window) || !window.cmp_disablegpp) {
|
||||
window.cmp_addFrame("__gppLocator")
|
||||
}
|
||||
window.cmp_setStub("__cmp");
|
||||
if (!("cmp_disabletcf" in window) || !window.cmp_disabletcf) {
|
||||
window.cmp_setStub("__tcfapi")
|
||||
}
|
||||
if (!("cmp_disableusp" in window) || !window.cmp_disableusp) {
|
||||
window.cmp_setStub("__uspapi")
|
||||
}
|
||||
if (!("cmp_disablegpp" in window) || !window.cmp_disablegpp) {
|
||||
window.cmp_setGppStub("__gpp")
|
||||
};
|
||||
</script></head>
|
||||
<body ><img src="https://l.cdn-fileserver.com/bping.php?prid=8PR11258V&vi=1781856176219036444&hvsid=00001781856176013019479080964713&ugd=0&requrl=https%3A%2F%2Fgh-proxy.net&vgd_asn=140308&gdpr=0&mspa=0&cid=8CU7G8B38&lper=100&vgd_rpth=%2Fola&wshp=0&vgd_tsce=L1265&vgd_cdv=O3355&lf=6&cc=CN&sc=GD&wsip=170764418&ssld=%7B%22QQNN%22%3A%22%3DI%22%2C%22QQN75%22%3A%22Nw1mz1z%22%2C%22QQ8E%22%3A%22%22%2C%22QQQN%22%3A%22Zr%22%2C%22QQl8E%22%3A%22%22%7D&vgd_l2type=dmola&vgd_oresf=one&vgd_wlstp=0&crid=342704488&r=1781856176014&vgd_cage=1&vgd_oreqf=one&vgd_setup=c21&vgd_len=558&vgd_end=1" width="0px" height="0px" style="display: none !important" id="_ol_lg_1781856176219036444" /><div id="_ol_one_1781856176219036444" > </div><script type="text/javascript">!function(){"use strict";var d,i={"id":"_ol_one_1781856176219036444","l2u":"https://searchresultsworld.com/sr/754870121/SAFEFRAME.html?%29%29=kb\u0026%2947=5kuAs5xZ5\u0026%297p=hZZjj\u0026%29Dt47=\u0026%29i47=Zc.A%28cc55\u0026%29zJU.=9WpcB4JD%29\u0026%29zJUZ=%21Gh5sZ2Ah\u00264JD%29F=5P0HKAj0g%3Ah51gbA%7CdS50%3AaC3-4I-I48-ITq\u00264W47=%28\u002667=\u00266mia=\u00267S%29UUU=\u00267Uia=%21\u0026947=7a%21a7AySdjCjCdcA%29ydyjNod5557ZcSZ%29.5S\u00269Foa=9JS\u0026DW%29S=1%21.Nj\u0026F.DltS=7U9Fo\u0026Hy47=\u0026IO7=%28\u0026IWtSJa=%28\u0026JDp=\u0026JUSii=%21\u0026O7ti=%28\u0026O7ti%29JWD=\u0026S%29i47=\u0026UWto=%28\u0026W%29=sR\u0026W4rS=%21%21jcVN5C\u0026WWF7=%7B%22WW%29%29%22%3A%22kb%22%2C%22WW%29Dl%22%3A%22%29zo9JoJ%22%2C%22WW4t%22%3A%22%22%2C%22WWW%29%22%3A%22sR%22%2C%22WWr4t%22%3A%22%22%7D\u0026Wy7iY7=\u0026aW=\u0026htmlsrc=1\u0026iS_IiF=zDDtW%3A%2F%2FOzdti9Vl-JSD\u0026kkdd=3W%7Cu%7CH39%2AAn\u0026l7Wti=\u0026ltFt=\u0026lyJB%29%29BSVt=\u0026mFWDt=%28\u0026mWzt=%28\u0026o%29D=GxY%2FcIIJor~xSxaZoVabrrVbISbVcZSJ~ZV\u0026o79Uo4J=\u0026o7D%21=\u0026o7D.=\u0026o7p=\u0026otkI=\u0026oyaFm47=p.\u0026p4=%21A5%215jN%21AN.%21C%28ZNccc\u0026t47=\u0026tpid=\u0026y47=\u0026y47p.=\u0026y7iY7=\u0026yS=%28\u0026yoS=\u0026zDDtW=%21","l2h":"acl=\u0026aclp=\u0026cl=\u0026clp=\u0026hvsid=00001781856176013019479080964713\u0026l2type=dmola\u0026lp=%7B%22ppvi%22%3A%222152940177592619151%22%2C%22wlstp%22%3A%220%22%7D\u0026matchstring=\u0026pvl=%7B%22nmerr%22%3A%221%22%7D\u0026pvlp=\u0026sbdrId=\u0026verid=","vgh":"vgd_sc=GD\u0026vgd_cmp_inj_fl=true","so":{"l2host":"https://searchresultsworld.com/sr/754870121/SAFEFRAME.html?%29uci=%29ag\u0026%29yE=Ei5iEnUg%28G4G4%28lnbU%28UG%21c%28YYYE.lg.bRYg\u0026-y=5nY5YG%215n%21R54S.%21lll\u00261E=\u00261T7i=\u00267gvX7u=k~~AV%3A%2F%2FCk%28A7%29tw0ag~\u0026AyE=\u0026CEA7=S\u0026CEA7baV~=\u0026Egbjjj=\u0026TVkA=S\u0026TuV~A=S\u0026UE7qE=\u0026Ucg=\u0026Ug=S\u0026UyE=\u0026UyE-R=\u0026VUE7qE=\u0026VVuE=%7B%22VVbb%22%3A%22Lm%22%2C%22VVb~w%22%3A%22bkc%29aca%22%2C%22VVyA%22%3A%22%22%2C%22VVVb%22%3A%22Ne%22%2C%22VV6yA%22%3A%22%22%7D\u0026Vb=Ne\u0026Vy6g=55Glt%21Y4\u0026XCE=S\u0026XVAgai=S\u0026ajg77=5\u0026a~-=\u0026b7yE=.lRnSllYY\u0026bE-=o..GG\u0026bb=Lm\u0026bkaj.=5xoYN.Dno\u0026bkajR=%29V-lpya~b\u0026byE=YL%2AnNYQ.Y\u0026b~AyE=\u0026cALX=\u0026cE%29jcya=\u0026cE-=\u0026cE~5=\u0026cE~R=\u0026cUiuTyE=-R\u0026cb~=xQq%2FlXXac6JQgQi.ctim66tmXgmtl.gaJ.t\u0026gb7yE=\u0026htmlsrc=1\u0026iV=\u0026jVAc=S\u0026kkdd=HA%7C3%7C%2AHn9A\u0026k~~AV=5\u0026sUyE=\u0026tpid=\u0026uR~wAg=Ej%29uc\u0026wAuA=\u0026wEVA7=\u0026wUapbbpgtA=\u0026yVyE=S\u0026ya~bu=YBKshnGK9%3AoY89mn%7C%28gYK%3Ai420yX0XyI0XPZ\u0026~Vbg=85R%21G","be":"0","nmerr":"1"},"w":"100%","h":"100%","scr":"yes","ek":"cut2FAC698y RjrwgLUqsSo71/J53V~4lPWe-0_nfBXaKTbizdvkZ|DpGMNIYHxO=QhEm","es":11,"m":{"alc":[{"ht":"https://l.cdn-fileserver.com","pt":"log","tp":"CM"},{"ht":"https://gh-proxy.net","pt":"sk-lgprxfwd.php","tp":"DM"}],"vi":"1781856176219036444","cid":"8CU7G8B38","crid":"342704488","rl":"https://gh-proxy.net","mprpslog":"4u0iX9f_fIki9fL5_CX07KEFL5PzwWN4gPLQgTqfzD_-X2EiKOA-qy3D3KXkdi2ZVIM251evsPJCwG0EeL2fOnLJVfJrKUvAaaazHy9B-5TmSR4BLBtnIgYaOjy3eM4gYnw6kMJcIx-INYi04dhzb_4v1U-bs75x1mwC19x2aXv4bMVZDgTJLNTOwqPVN1MevhlyGmrUdio%3D"}};(d=document.createElement("div")).className=["adclass","googleAdSense","MediumRectangleAdPanel","adv_left","browse-banner_ad","sponsored"].join(" "),d.id="abp_px",d.style.cssText="opacity: 0; visibility: hidden; width: 0; height: 0; position: absolute; top: -9999px; left: -9999px;",document.body.appendChild(d),window.setTimeout(function(){var e,t="none"===(e="display",(t=d).style[e]||(t.currentStyle?t.currentStyle[e]:document.defaultView&&document.defaultView.getComputedStyle?(e=(e=e.replace(/([A-Z])/g,"-$1")).toLowerCase(),(t=document.defaultView.getComputedStyle(t,""))&&t.getPropertyValue(e)):null));if(d.parentNode.removeChild(d),t)for(var n=i.m&&i.m.alc?i.m.alc:{},o=0;o<n.length;o++)!function(e,t){var n=new Image,o=i.m&&i.m.rl?encodeURIComponent(i.m.rl).replace(/#.*/g,""):"",d={logid:"kfk",evtid:"adpl",tp:t,cid:i.m&&i.m.cid?i.m.cid:"",crid:i.m&&i.m.crid?i.m.crid:"",vi:i.m&&i.m.vi?i.m.vi:"",requrl:o,adt1:t},t=Object.keys(d).filter(function(e){return"requrl"!==e}).map(function(e){return encodeURIComponent(e)+"="+encodeURIComponent(d[e])}).join("&");n.src=e+"?"+t+"&requrl="+o}(n[o].ht+"/"+n[o].pt,n[o].tp)},0)}();!function(){window.olaSyncCount=window.olaSyncCount||0,window.__bdata="";var e,t,n,o,c,r,i,d,a,s,u,l,m={"id":"_ol_one_1781856176219036444","l2u":"https://searchresultsworld.com/sr/754870121/SAFEFRAME.html?%29%29=kb\u0026%2947=5kuAs5xZ5\u0026%297p=hZZjj\u0026%29Dt47=\u0026%29i47=Zc.A%28cc55\u0026%29zJU.=9WpcB4JD%29\u0026%29zJUZ=%21Gh5sZ2Ah\u00264JD%29F=5P0HKAj0g%3Ah51gbA%7CdS50%3AaC3-4I-I48-ITq\u00264W47=%28\u002667=\u00266mia=\u00267S%29UUU=\u00267Uia=%21\u0026947=7a%21a7AySdjCjCdcA%29ydyjNod5557ZcSZ%29.5S\u00269Foa=9JS\u0026DW%29S=1%21.Nj\u0026F.DltS=7U9Fo\u0026Hy47=\u0026IO7=%28\u0026IWtSJa=%28\u0026JDp=\u0026JUSii=%21\u0026O7ti=%28\u0026O7ti%29JWD=\u0026S%29i47=\u0026UWto=%28\u0026W%29=sR\u0026W4rS=%21%21jcVN5C\u0026WWF7=%7B%22WW%29%29%22%3A%22kb%22%2C%22WW%29Dl%22%3A%22%29zo9JoJ%22%2C%22WW4t%22%3A%22%22%2C%22WWW%29%22%3A%22sR%22%2C%22WWr4t%22%3A%22%22%7D\u0026Wy7iY7=\u0026aW=\u0026htmlsrc=1\u0026iS_IiF=zDDtW%3A%2F%2FOzdti9Vl-JSD\u0026kkdd=3W%7Cu%7CH39%2AAn\u0026l7Wti=\u0026ltFt=\u0026lyJB%29%29BSVt=\u0026mFWDt=%28\u0026mWzt=%28\u0026o%29D=GxY%2FcIIJor~xSxaZoVabrrVbISbVcZSJ~ZV\u0026o79Uo4J=\u0026o7D%21=\u0026o7D.=\u0026o7p=\u0026otkI=\u0026oyaFm47=p.\u0026p4=%21A5%215jN%21AN.%21C%28ZNccc\u0026t47=\u0026tpid=\u0026y47=\u0026y47p.=\u0026y7iY7=\u0026yS=%28\u0026yoS=\u0026zDDtW=%21","l2h":"acl=\u0026aclp=\u0026cl=\u0026clp=\u0026hvsid=00001781856176013019479080964713\u0026l2type=dmola\u0026lp=%7B%22ppvi%22%3A%222152940177592619151%22%2C%22wlstp%22%3A%220%22%7D\u0026matchstring=\u0026pvl=%7B%22nmerr%22%3A%221%22%7D\u0026pvlp=\u0026sbdrId=\u0026verid=","vgh":"vgd_sc=GD\u0026vgd_cmp_inj_fl=true","so":{"l2host":"https://searchresultsworld.com/sr/754870121/SAFEFRAME.html?%29uci=%29ag\u0026%29yE=Ei5iEnUg%28G4G4%28lnbU%28UG%21c%28YYYE.lg.bRYg\u0026-y=5nY5YG%215n%21R54S.%21lll\u00261E=\u00261T7i=\u00267gvX7u=k~~AV%3A%2F%2FCk%28A7%29tw0ag~\u0026AyE=\u0026CEA7=S\u0026CEA7baV~=\u0026Egbjjj=\u0026TVkA=S\u0026TuV~A=S\u0026UE7qE=\u0026Ucg=\u0026Ug=S\u0026UyE=\u0026UyE-R=\u0026VUE7qE=\u0026VVuE=%7B%22VVbb%22%3A%22Lm%22%2C%22VVb~w%22%3A%22bkc%29aca%22%2C%22VVyA%22%3A%22%22%2C%22VVVb%22%3A%22Ne%22%2C%22VV6yA%22%3A%22%22%7D\u0026Vb=Ne\u0026Vy6g=55Glt%21Y4\u0026XCE=S\u0026XVAgai=S\u0026ajg77=5\u0026a~-=\u0026b7yE=.lRnSllYY\u0026bE-=o..GG\u0026bb=Lm\u0026bkaj.=5xoYN.Dno\u0026bkajR=%29V-lpya~b\u0026byE=YL%2AnNYQ.Y\u0026b~AyE=\u0026cALX=\u0026cE%29jcya=\u0026cE-=\u0026cE~5=\u0026cE~R=\u0026cUiuTyE=-R\u0026cb~=xQq%2FlXXac6JQgQi.ctim66tmXgmtl.gaJ.t\u0026gb7yE=\u0026htmlsrc=1\u0026iV=\u0026jVAc=S\u0026kkdd=HA%7C3%7C%2AHn9A\u0026k~~AV=5\u0026sUyE=\u0026tpid=\u0026uR~wAg=Ej%29uc\u0026wAuA=\u0026wEVA7=\u0026wUapbbpgtA=\u0026yVyE=S\u0026ya~bu=YBKshnGK9%3AoY89mn%7C%28gYK%3Ai420yX0XyI0XPZ\u0026~Vbg=85R%21G","be":"0","nmerr":"1"},"w":"100%","h":"100%","scr":"yes","ek":"cut2FAC698y RjrwgLUqsSo71/J53V~4lPWe-0_nfBXaKTbizdvkZ|DpGMNIYHxO=QhEm","es":11,"m":{"alc":[{"ht":"https://l.cdn-fileserver.com","pt":"log","tp":"CM"},{"ht":"https://gh-proxy.net","pt":"sk-lgprxfwd.php","tp":"DM"}],"vi":"1781856176219036444","cid":"8CU7G8B38","crid":"342704488","rl":"https://gh-proxy.net","mprpslog":"4u0iX9f_fIki9fL5_CX07KEFL5PzwWN4gPLQgTqfzD_-X2EiKOA-qy3D3KXkdi2ZVIM251evsPJCwG0EeL2fOnLJVfJrKUvAaaazHy9B-5TmSR4BLBtnIgYaOjy3eM4gYnw6kMJcIx-INYi04dhzb_4v1U-bs75x1mwC19x2aXv4bMVZDgTJLNTOwqPVN1MevhlyGmrUdio%3D"}};function p(){var e,t=m.cks;f(t)&&(document.body?((e=document.createElement("iframe")).id="_mN_cksync_"+window.olaSyncCount,e.width=0,e.height=0,e.style.display="none",e.style.visibility="hidden",e.setAttribute("frameborder","0"),document.body.appendChild(e),e=e,t=t,t="<!DOCTYPE html><html><head>"+["<scr",'ipt type="text/javascript">'].join("")+'var syncURL = "'+t+'" ; function createTag() { window.location.replace(syncURL); }'+["</scr","ipt>"].join("")+'</head><body onload="createTag()"></body></html>',(e=(e=e.contentWindow||e.contentDocument).document?e.document:e).open(),e.write(t),e.close(),window.olaSyncCount++):setTimeout(p,100))}function w(e){for(var t=m.es,n=m.ek,o=(e=""+e,""),c=0;c<e.length;c++){var r=e.charAt(c),i=n.indexOf(r);o+=0<=i?n.charAt((i+t)%n.length):r}return o}function h(e){return e&&"object"==typeof e}function y(e){return"function"==typeof e}function f(e){switch(typeof e){case"string":return void 0!==e&&""!==e&&null!==e;case"object":return null!==e;case"number":case"boolean":return 1;default:return}}h(m)&&(e=Date.now(),t={prel2:e},n=m.l2u,o=m.l2h,c=m.vgh,r=m.so,i=m.m,d=m.w,a=m.h,s=m.scr,u=m.id,y(window.csRsz2)?r.resdnv2=window.csRsz2():r.resdnv2=i.cr,n=n+"&eobd="+encodeURIComponent(w(decodeURIComponent(window.__bdata)))+"&eoac="+encodeURIComponent(w(i.acid)),f(i.chnm)&&(n=n+"&eoch="+encodeURIComponent(w(i.chnm))),h(i.ssm)&&h(i.clkd)&&(i.clkd.bdata=decodeURIComponent(window.__bdata),r.ssmcr=i.ssm,r.clkTrkData=i.clkd),n=function(e,t,n){e=e.split("?");return e[0]+"?"+t+"="+encodeURIComponent(n)+"&"+e[1]}(n,"ule",n.length),n+="&ure=1",r.csip=i.csip,y(window.userFrequencyTracker)&&(0<(l=userFrequencyTracker().getLocalStorageCount())&&(c+="&vgd_lsct="+l),0<(l=userFrequencyTracker().getSessionStorageCount()))&&(c+="&vgd_ssct="+l),l=c+"&"+o+"&acid="+i.acid+"&mprpslog="+i.mprpslog+"&tchkpts="+encodeURIComponent(JSON.stringify(t))+"&stime="+e+"&l3d="+encodeURIComponent(encodeURIComponent(JSON.stringify(r))),i.prvDet&&(l+="&prvDet="+encodeURIComponent(JSON.stringify(i.prvDet))),function(){var t=!1;try{"object"==typeof window.top&&"object"==typeof window&&(t=window.top!=window)}catch(e){t=!0}return t}()&&(l+="&infr=1"),function(e){try{if(e&&e.top&&e.top.document)return 1}catch(e){}return}(window)||(l+="&twna=1"),""===s&&(s="no"),(c=document.createElement("iframe")).width=d,c.height=a,c.setAttribute("src",n+"#"+l),c.setAttribute("scrolling",s),c.setAttribute("frameborder","0"),c.setAttribute("marginheight","0"),c.setAttribute("marginwidth","0"),c.onload=function(){p()},document.getElementById(u).appendChild(c))}();</script><div >
|
||||
<a style="display: none;height:25px;line-height:25px;color: rgb(136, 136, 136);text-align: center;line-height:25px;width: 100%;position: fixed;bottom: 0px;left: 0px;z-index: 9999;background-color: #10162c;padding: 0px 0;text-decoration: none;font-family: Arial, sans-serif;font-size: clamp(11px, 2.5vw, 15px);" id="dnslink" href="#" onclick="__cmp('showScreen'); return false">Do Not Sell or Share My Personal Information</a>
|
||||
</div><script>
|
||||
function checkDNS() {
|
||||
__cmp('getCMPData', true, function(x) {
|
||||
var possibleKeys = ['CCPA','USVCDPA','USCPA','USUCPA','USCAPDP','USTDPSA','USOCDPA','USMTCDPA','USFDBR','USDPDPA','USICDPA','USNEDPA','USNHPA','USNJDPA','USTIPA','USMCDPA']; //add possible regulations where to show the DNS-link
|
||||
if ('regulationKey' in x && possibleKeys.indexOf(x.regulationKey) != -1) {
|
||||
document.getElementById('dnslink').style.display = 'block'; /* show the link*/
|
||||
document.querySelectorAll('[id^="_ol_one_"]').forEach(el => {
|
||||
el.style.height = "calc(100vh - 25px)";
|
||||
});
|
||||
} else {
|
||||
document.getElementById('dnslink').style.display = 'none'; /* don't show the link*/
|
||||
document.querySelectorAll('[id^="_ol_one_"]').forEach(el => {
|
||||
el.style.height = "100vh";
|
||||
});
|
||||
}
|
||||
});
|
||||
}
|
||||
setInterval(checkDNS, 1000);
|
||||
</script></body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user