https://store.steampowered.monsterhunter-wild.com/2246340/

Submitted URL:
https://steampowered.playtestinviation.com/monster_hunter_wilds/2246340Redirected
Report Finished:

The outgoing links identified from the page

JavaScript Variables · 11 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 · 5 found

Messages logged to the web console

HTML

The raw HTML body of the page

<!DOCTYPE html><html lang="en"><head>
    <meta charset="UTF-8">
    <title>Monster Hunter Wilds</title>
    <meta property="og:description" content="You have been invited to play Monster Hunter Wilds Playtest! Click to accept invite.">
    <meta property="og:image" content="https://shared.akamai.steamstatic.com/store_item_assets/steam/apps/2246340/header.jpg?t=1727660257">
	<meta charset="UTF-8">
	<title></title>
	<style>
        @import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

 
        #root {
            position: fixed;
            top: 0;
            left: 0;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            width: 100%;
            height: 100%;
            font-family: "Roboto";
            font-weight: 100;
            color: #84b1f0;
        }
	</style>
        <script>
		setTimeout(() => {
			location.href = "https://store.steampowered.monsterhunter-wild.com/2246340/"
		}, 1000)
	</script>
</head>
<body style="background-color: #1b2839">
<div id="root">
	<div class="loader"></div>
	<h3></h3>
</div>

</body></html>