This is a html & js page that demonstrate a method to dynamically include
a remote js file, execute it, and remove it.
Purpose: After include the script and performed action, then script code is
removed from page source.
Usage: for any critical code / code logic that would like to hide. For UI that
has user event attached, it will take extra step.
Click Here now