Landing Page. JavaScript was not obfuscated in the previous landing page. VBScript text is the decoded version of HTML data read in line 1.
Learn how to decode a Base64 encoded data back to normal text in Javascript. Javascript has a built-in function named atob() which performs Base64 decoding. However, the atob() function doesn't work properly if the encoded data contains DOMStrings which are 16-bit encoded. This article also shows how to handle UTF-16 strings.
.