M
M
Mikhail Gilmutdinov2017-12-15 16:08:59
JavaScript
Mikhail Gilmutdinov, 2017-12-15 16:08:59

How to use an obfuscated JS file?

Help find the answer!
Gulp obfuscated the code and minified it.
https://www.npmjs.com/package/gulp-obfuscate
uploaded to the site!
But how can browsers make it recognize it?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Decadal, 2017-12-15
@Decadal

Obfuscation should not change the result of code execution. If it doesn't run with obfuscation, chances are it won't run without obfuscation either.
(by the way, it was worth doing the opposite, first minify, then obfuscate)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question