Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
ScadeBlock authored Oct 27, 2024
1 parent 49b5643 commit 0bfc9de
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docs/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<meta content="text/html; charset=UTF-8" http-equiv=Content-Type>
<title>DemonJS</title>
<meta content="DemonJS Build 051724" name=description>
<meta content="DemonJS Build 102724" name=description>
<link href=./dist/ic.png rel=icon type=image/x-icon>
<meta content="width=device-width" name=viewport>
<style>
Expand Down Expand Up @@ -167,8 +167,10 @@ <h2 class=ic>
<p>
DemonJS <i>( Improved version of JSFuck )</i>
<b>-</b>
Build 051924
<p>DemonJS is an obfuscator tool for JavaScript, it rewrite whole code using only 6 chars. You can even save this site to run offline. Doesn't depend on a browser, so you can even run it on Node.js
Build 102724
<br>
<b>INFO: YOU CAN ACCESS TO THIS WEBSITE WITHOUT INTERNET</b>
<p>DemonJS is an obfuscator tool for JavaScript, it rewrite whole code using only 6 chars. This site using Workbox Caching so you can access to this website without Internet. Doesn't depend on a browser, so you can even run it on Node.js
<p>Use the form below to convert your own script. Uncheck "eval source" to get back a plain string.</p>
<textarea id=input>alert(1)</textarea>
<button id=encode type=text>Encode</button>
Expand Down

0 comments on commit 0bfc9de

Please sign in to comment.