It`s a bit strange and very hard to explain. Onscreen information seems to be in the form of weird scripts instead of proper page layouts. For instance, here was my Firefox home page this morning:
<html><head><meta http-equiv="content-type" content="text/html; charset=UTF-8"><title>Mozilla Firefox Start Page</title><style>body,td,a,p,.h{font-family:arial,sans-serif}body{color:#333;margin:3px 8px 2em;background:#fff url(/images/firefox/gradsprite.png) 0 -95px repeat-x}img,table{border:0}#sf{width:100%}#frame{width:564px;margin:auto 12px}#gbar{height:22px;padding-left:2px}.gbh,.gbd{border-top:1px solid #c9d7f1;font-size:1px}.gbh{height:0;position:absolute;top:24px;width:100%}#gbi,#gbs{background:#fff;left:0;position:absolute;top:24px;visibility:hidden;z-index:1000}#gbi{border:1px solid;border-color:#c9d7f1 #36c #36c #a2bae7;z-index:1001}#guser{padding-bottom:7px !important}#gbar,#guser{font-size:13px;padding-top:1px !important}@media all{.gb1,.gb3{height:22px;margin-right:.73em;vertical-align:top}#gbar{float:left}}.gb2{display:block;padding:.2em .5em}a.gb1,a.gb2,a.gb3{color:#00c !important}.gb2,.gb3{text-decoration:none}a.gb2:hover{background:#36c;color:#fff !important}</style>
<script>window.google={kEI:"QxrFSO7IDJvYQczx9fwH",kEXPI:"17259,17735,18168",kHL:"en"};
function sf(){document.f.q.focus();}
window.gbar={};(function(){var b=window.gbar,f,h;b.qs=function(a){var c=window.encodeURIComponent&&(document.forms[0].q||"").
I also get an additional window popping up and titled `downloads` and any website i try and enter through Firefox gets automatically saved there as one of these scripts. This is what i get as the Goallineblitz home page:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "
http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Goal Line Blitz - Beta - American Football MMORPG</title>
<LINK rel="stylesheet" type="text/css" href="/css/main.css" />
<LINK rel="stylesheet" type="text/css" href="/css/logged_out_main.css" />
<LINK rel="stylesheet" type="text/css" href="/css/toolbar.css" />
<link rel="stylesheet" type="text/css" href="/css/login.css" />
</head>
<body>
<div id="contexMenuContainer"></div>
<div id="body_container">
<div id="header"></div>
<div id="toolbar"><a href="/" class="toolbar_item">Home</a>
<a href="/game/signup.pl" class="toolbar_item">Sign Up</a>
<a href="/game/login.pl" class="toolbar_item" id="logout">Log In</a>
</div>
<div id="content">
<form method="POST">
<div class="big_head">Log In</div>
<div class="description_text">Enter your user name and password below to log in. Don't have an account? <a href="/game/signup.pl">Sign up here</a>. It's free!</div>
<div id="login" class="content_container">
<div id="user_name" class="field_container">
<div class="fieldheading">UserName:</div>
<div class="field"><input class="field" type="text" name="user_name" value=""></div>
</div>
<div id="password" class="field_container">
<div class="fieldheading">Password:</div>
<div class="field"><input class="field" type="password" name="password"></div>
</div>
<div id="submit">
<input type="submit" name="action" value="Submit">
</div>
</form>
<br>
<a href="/game/forgot.pl">Forgot user name or password?</a>
</div>
</div>
<div id="footer"><div style="color: #959595; font-size: 11px; position: absolute; left: 5px; top: 0px; width: 1000px;">Copyright © 2008 GoalLineBlitz.com, all rights reserved. Goal Line Blitz is not affiliated with the NFL or any other professional football league. <a href="/tos.html">Terms of Use</a> | <a href="/privacy.html">Privacy Policy</a></div></div>
</div>
</body>
</html>