-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
jsdeobsfucator.html
33 lines (29 loc) · 913 Bytes
/
jsdeobsfucator.html
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
<!DOCTYPE html>
<html>
<head>
<title>JS Deobsfucator | 3kh0</title>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<style>
body {
margin: 0;
}
iframe {
display: block;
height: 100vh;
width: 100vw;
border: none;
}
</style>
</head>
<body>
<iframe src="https://js-obsfucator.idek29879890.repl.co"></iframe>
<div id="google_translate_element"></div>
<script type="text/javascript">
function googleTranslateElementInit() {
new google.translate.TranslateElement({ pageLanguage: "en", layout: google.translate.TranslateElement.InlineLayout.HORIZONTAL }, "google_translate_element");
}
</script>
<script type="text/javascript" src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>
</body>
</html>