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