Skip to content

abel-oye/js-invisible

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

js-invisible

Make your JS invisible

Hide your code by invisible characters

Guess what the output is?

	Function('​​​​‌‍​​​​​‌‍​​​​‌‍‍​​​​​​​​​‌‍​​​​‌‍​​​​​‌‍​​​​​‍‍​​​​‌‍​​​​​‌‍​​​​‌‍​​​​​‍‍‍​​​​​​‍​‍​​​​‌‍​​​​‌‍​​​​​​​​​‍​​​​​​‌‍​​​​​‌‍​​​​​‌‍‍​​​​​‍​​​​​​​​​​‍​​​​​​​​​​​‌‍​​​​‌‍​​​​​‍​​​​​​‌‍​​​​‌‍​​​​​‍​‍​​​​​‍‍‍'.replace(/......../g, function($) {         return String.fromCharCode(parseInt($.replace(/./g, function($) {                return {                    '​': '00',                    '': '01',                    '‍': '10',                    '': '11'                }[$]            }), 2))        }))()

Why?

vim temp

Display invisible characters through vim.

About

Make your JS invisible

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published