-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
function x1(a) {
a = a.replace(".cda.mp4", "");
a = a.replace(".2cda.pl", ".cda.pl");
a = a.replace(".3cda.pl", ".cda.pl");
return "https://" + a + ".mp4"
};
function x2(a) {
return decodeURIComponent(a)
};
function x3(a) {
for (var b = [], e = 0; e < a.length; e++) {
var f = a.charCodeAt(e);
b[e] = 33 <= f && 126 >= f ? String.fromCharCode(33 + (f + 14) % 94) : String.fromCharCode(f)
}
return x1(b.join(""))
};
function x4(a) {
return x7(x2(x6(a)))
};
function x5(a) {
String.fromCharCode(("Z" >= a ? 11 : 344) >= (c = a.charCodeAt(0) + 22) ? c : c - 11);
a = a.replace("_XDDD", "");
a = a.replace("_CDA", "");
a = a.replace("_ADC", "");
a = a.replace("_CXD", "");
a = a.replace("_QWE", "");
a = a.replace("_Q5", "");
return x4(x6(a))
};
function x6(a) {
return a.replace(/[a-zA-Z]/g, function(a) {
return String.fromCharCode(("Z" >= a ? 90 : 122) >= (a = a.charCodeAt(0) + 13) ? a : a - 26)
})
};
function x7(a) {
String.fromCharCode(("Z" >= a ? 82 : 132) >= (c = a.charCodeAt(0) + 11) ? c : c - 55);
return x3(a)
};
function x8(a) {
return !B(a, "http") && !B(a, ".mp4") && !B(a, "uggcf://")
};
Metadata
Metadata
Assignees
Labels
No labels