We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2dae71 commit dad96e0Copy full SHA for dad96e0
README.md
@@ -50,7 +50,8 @@ The following source will do an `alert(1)`:
50
String => []+[]
51
Boolean => ![]
52
Function => []["filter"]
53
- eval => []["filter"]["constructor"]( CODE )()
+ run => []["filter"]["constructor"]( CODE )()
54
+ eval => []["filter"]["constructor"]("return eval")()( CODE )
55
window => []["filter"]["constructor"]("return this")()
56
57
See the full list [here](https://github.com/aemkei/jsfuck/blob/master/jsfuck.js).
0 commit comments