ModBuilt (Alternative)
Description: In general, this technique modifies built-in functions to make them behave differently than expected. In this example, it just overwrite all functions of the `console` object, to mess with debugging via console.log similar functions. This code was generated by obfuscator.io with the "Disable Console Output" option.
Experiment: Open the DevTools and execute `console.log("foo")`.
Impact:This is the more obvious application of ModBuilt and is a bit annoying but not too problematic.