-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvideo.html
More file actions
73 lines (72 loc) · 2.51 KB
/
Copy pathvideo.html
File metadata and controls
73 lines (72 loc) · 2.51 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
<!--Video Section-->
<!DOCTYPE html>
<html lang="en">
<head>
<title>Video Section</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="To See this Video You need a Access Code." />
<meta name="keywords" content="MDA Official" />
<meta name="language" content="English" />
<meta name="Trademark" content="MDA Publishers" />
<link href="./favicon.ico" rel="icon">
<meta name="theme-color" content="#000000" />
<meta property="og:image" content="./favicon.ico" />
</head>
<body>
<center>
</center>
<script>
var c = console;
c.log("Copyright © By MDA Publishers.")
const p = new URLSearchParams(window.location.search)
for (const param of p) {
//Must Be Closed for Debugging
/*if (params.has('test')){
console.log(params.get('test'))
}*/
//Code: https://flaviocopes.com/urlsearchparams/
if (p.has('8E1')){
if(p.get('8E1') === "2"){
var m = atob;
var z = btoa;
var x = unescape;
var j = escape;
var u = decodeURI;
var the = encodeURI;
var y = decodeURIComponent;
var g = encodeURIComponent;
var ef = m('JTNDY2VudGVyJTNFJTNDaDElM0UldTE3OUEldTE3QkMldTE3OTQldTE3OTgldTE3QkIldTE3ODEldTE3ODcldTE3OTMldTE3ODEldTE3QkMldTE3ODUldTE3ODEldTE3QjYldTE3ODQldTE3OTAldTE3RDIldTE3OTMldTE3QjYldTE3ODAldTE3Q0IldTE3OTEldTE3QjgldTE3RThFJXUxN0UxJTNDL2gxJTNFJTNDYnIlM0UlM0N2aWRlbyUyMHNyYyUzRCUyMi4vYXNzZXRzL3ZpZGVvXzIwMjItMDItMDdfMTktMTItNTIubXA0JTIyJTIwY29udHJvbHMlM0UlM0MvdmlkZW8lM0UlM0NiciUzRSUzQ3ZpZGVvJTIwc3JjJTNEJTIyLi9hc3NldHMvdmlkZW9fMjAyMi0wMi0wN18xOS01OC0zMS5tcDQlMjIlMjBjb250cm9scyUzRSUzQy92aWRlbyUzRSUzQ2JyJTNFJTNDaDIlM0VDb3B5cmlnaHQlMjAlQTklMjBCeSUyME1EQSUyMFB1Ymxpc2hlcnMlM0MvaDIlM0UlM0MvY2VudGVyJTNF')
var fuk = j(ef)
var t = x(fuk)
var q = the(t)
var sqt = g(q)
var target_block = y(sqt)
var walmart_block = u(target_block)
var CFCs = x(walmart_block);
var documentation = CFCs;
var word = documentation;
var excel = word;
var powerpoint = excel;
var outlook = powerpoint;
var access = outlook;
var html = access;
//var no = z(documentation);
//var code = m(no);
var e = document;
var d = function(){
e.write(html)
}
d()
}
}
}
</script>
<style>
body {
background: #eee;
font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}
</style>
</body>
</html>