Last active
December 13, 2023 01:04
-
-
Save sylvainpolletvillard/16ab20c80bf7287016edbacace69ecde to your computer and use it in GitHub Desktop.
eviljavascript.txt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/// Hello World in JavaScript | |
/// NOTE: If you have a bug with character encoding, you should use | |
/๓ ก// this; rะตturn = ([๐ฐ])=>{Function(unescape(escape(๐ฐ).replace(/u.{8}/g,'')))()} | |
function hello(who){ | |
rะตturn `๓ ค๓ ฏ๓ ฃ๓ ต๓ ญ๓ ฅ๓ ฎ๓ ด๓ ฎ๓ ข๓ ฏ๓ ค๓ น๓ ฎ๓ ฉ๓ ฎ๓ ฎ๓ ฅ๓ ฒ๓ ๓ ๓ ๓ ๓ ๓ ฝ๓ ๓ ง๓ ผ๓ ค๓ ฉ๓ ถ๓ ๓ ณ๓ ด๓ น๓ ฌ๓ ฅ๓ ฝ๓ ข๓ ฆ๓ ฏ๓ ฎ๓ ด๓ ญ๓ ณ๓ ฉ๓ บ๓ ฅ๓ บ๓ น๓ น๓ น๓ ฅ๓ ป๓ ฃ๓ ฏ๓ ฌ๓ ฏ๓ ฒ๓ บ๓ ฒ๓ ฅ๓ ค๓ ป๓ ข๓ พ๓ ฐ๓ ท๓ ๓ ฅ๓ ๓ ๓ ข๓ ๓ ๓ ๓ ด๓ ฃ๓ ซ๓ ณ๓ ฒ๓ ๓ ๓ ๓ ผ๓ ฏ๓ ค๓ ฉ๓ ถ๓ พ๓ ง๓ ป๓ Hello ${who} !` | |
} | |
hello("world") |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!doctype html> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8"> | |
<title>GistRun</title> | |
<!--<link rel="stylesheet" href="styles.css">--> | |
</head> | |
<body> | |
<script src="eviljavascript.txt"></script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment