JavaScript minification definitely obfuscates the code (in particular because the variables are renamed with as few letters as possible): try to read https://cdnjs.cloudflare.com/ajax/libs/d3/3.5.6/d3.min.js !

Now the source code (the minified JavaScript is no source code!): https://cdnjs.cloudflare.com/ajax/libs/d3/3.5.6/d3.js

Reply via email to