-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathobfuscate.html
More file actions
55 lines (50 loc) · 1.29 KB
/
obfuscate.html
File metadata and controls
55 lines (50 loc) · 1.29 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
<html>
<head>
<link rel="stylesheet" href="style1.css">
<title>JavaScript</title>
<link rel="icon" type="image/x-icon" href="assets/img/Unofficial_JavaScript_logo_2.svg.png">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-4TVCL667ZF"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-4TVCL667ZF');
</script>
</head>
<body>
<h1 class="header">
JavaScript Obfuscator<br><br><a href="index.html">Home</a><br><br>Note:<br>This website looks bad, its in development. (Will be updated as of 10/20/22)<br><br> Original code:
</h1>
<center>
<textarea id=orig rows=10 cols=10 maxlength="4000">
Code Here
</textarea>
</center>
<br>
<center>
<button id=btn_obf>
Obfuscate
</button>
</center>
<br>
<br>
<h1>
<font color = black>
Obfuscated code:
</font>
</h1>
<center>
<textarea id=obf rows=10 cols=10></textarea>
<br>
<button id=btn_eval>
Evaluate This
</button>
<button id=btn_clr>
Clear This
</button>
</center>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<script src="lQ+t1Eyqg08zNRtJgyuUlVWK2FIeFLusAqh92+Grf4U=.js"></script>
</body>
</html>