837951602

Results 68 comments of 837951602

https://github.com/Wurst-Imperium/Wurst7/issues/934 suggests adding ability to stop fastbreak process

Then how much extra space would it likely cost as video?

https://github.com/837951602/jfuery/blob/master/jfuery.js

Maybe some old environment have too small stack so it doesn't run correctly? > eval('(function(){return arguments.caller})'+Array(1e5).join('()')) VM185:2 Uncaught RangeError: Maximum call stack size exceededmessage: "Maximum call stack size exceeded"stack: (...)get...

> Probably this can be adapted to make it work for generic JS code. It's from the beginning workable generally. Generator is at https://github.com/837951602/jfuery/blob/master/generator.js, where base.txt is the common part...

With Object.defineProperty setting the function and Array.toString, can reach 4 bits/6 chars. Yet I don't know the compatibility - () undefined:(),([]),[[]] - ([]) [] - (![]) false - (+[]) Num*...

There are still some new updates on JScrewIt(anyway I am a contributor). Does de-jsfuck always return code that runs well, but it's possible that it's not fully deobfuscated?

> P.S. alert(1) translated to Function("return alert")(1) which is what the output represents. It's Function("return alert")()(1)