jsfuck icon indicating copy to clipboard operation
jsfuck copied to clipboard

Write any JavaScript with 6 Characters: []()!+

Results 38 jsfuck issues
Sort by recently updated
recently updated
newest added

alternative way to get upper-case letters

escape/unescape for get all characters without using deprecated methods

create multi-arguments functions

Suppose I have some string and want to use function "replace" `"truefalse"["replace"]("true") --> "undefinedfalse"` this line can be easily converted to JSF **without using any kind of eval** (interpreting string...

Hi I found following alternative representation for number 1 based on `true => !![]`(and I construct other numbers using it) `0 => +[]` `1 =>+!![]` `2 => !![]+!![]` `3 =>...

In http://www.jsfuck.com/ I type this source A: ```[1,2][1]``` and select "Eval source" and push "Encode" button. I get source B (long - I put it at the bottom of this...

i want decode jsfuck code, using node js

The developer tool can directly print out the source code, and execute the following code in the developer tool. **Decryption method:** ```js let func = [][(![]+[])[+[]]+([![]]+[][[]])[+!+[]+[+[]]]+(![]+[])[!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+!+[]]][([][(![]+[])[+[]]+([![]]+[][[]])[+!+[]+[+[]]]+(![]+[])[!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+!+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[][(![]+[])[+[]]+([![]]+[][[]])[+!+[]+[+[]]]+(![]+[])[!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+!+[]]])[+!+[]+[+[]]]+([][[]]+[])[+!+[]]+(![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[])[+!+[]]+([][[]]+[])[+[]]+([][(![]+[])[+[]]+([![]]+[][[]])[+!+[]+[+[]]]+(![]+[])[!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+!+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[][(![]+[])[+[]]+([![]]+[][[]])[+!+[]+[+[]]]+(![]+[])[!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+!+[]]])[+!+[]+[+[]]]+(!![]+[])[+!+[]]]((![]+[])[+!+[]]+(![]+[])[!+[]+!+[]]+(!![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+!+[]]+(!![]+[])[+[]]+(![]+[][(![]+[])[+[]]+([![]]+[][[]])[+!+[]+[+[]]]+(![]+[])[!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+!+[]]])[!+[]+!+[]+[+[]]]+[+!+[]]+(!![]+[][(![]+[])[+[]]+([![]]+[][[]])[+!+[]+[+[]]]+(![]+[])[!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+!+[]]])[!+[]+!+[]+[+[]]]) console.log(func) ``` **Output code**...

wontfix

i have a script that basically checks someVariable === undefined && etc... When i convert it to jsfuck and run it and then the browser it gives error because it...