Skip to content

Instantly share code, notes, and snippets.

@tylerhall
Created May 31, 2013 20:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tylerhall/5687932 to your computer and use it in GitHub Desktop.
Save tylerhall/5687932 to your computer and use it in GitHub Desktop.
Now that I've reached 90% of my monthly data usage, this is the "css" that Comcast is serving in place of http://cdn.sstatic.net/stackoverflow/all.css?v=c9b143e6d693 Notice, they're trying to "warn me" about my data usage, but clearly their MiM proxy that's rewriting my web requests is broken.
<html>
<head>
<style type="text/css">
/* Basic Markup Styles */
* { margin: 0; padding: 0; }
img { border: none; }
body {
font: 68.75% Arial, Tahoma, Helvetica, sans-serif;
text-align: center;
}
html>body { font-size: 11px; }
#envelope {
width: 1000px;
text-align: left;
margin: 0 auto;
}
p { font-size: 1em; }
table {
padding: 0;
border: 0;
border-collapse: collapse;
}
caption {
font-size: 1em;
text-align: left;
}
th { font-size: 1em; }
th th { font-size: 1em; }
td { font-size: 1em; }
td td { font-size: 1em; }
ul { list-style: none; }
li { font-size: 1em; }
li li { font-size: 1em; }
hr {
border: 0;
height: 1px;
background: #939393;
*color: #939393;
margin: 15px 0;
*margin: 7px 0;
}
#top a, #top a:link, #top a:visited { font-family:arial,verdana,sans-serif; font-size:71%; color: #c1c1c1; }
a:hover, a:active { }
form { }
input.searchBox { }
input, select, textarea { font: 1em Tahoma, Arial, Helvetica, sans-serif; }
/* common generic classes */
.clearBoth { clear: both; }
.display { display: block; }
.hide { display: none; }
/* debugging styles */
.debug { border: 1px solid red; }
a.missing:link, a.missing:visited { color: red; }
p.note { color: red; }
.missing {
border: 1px solid red !important;
}
/* Accessibility Classes */
#skipNav { display: none; }
#copyright { font-family:arial,verdana,sans-serif; font-size:71%; color: #c1c1c1; }
#copyright a, #copyright a:link, #copyright a:visited { font-family:arial,verdana,sans-serif; color: #c1c1c1; }
</style>
</head>
<body>
<div name="top" id="top" style="position:aboslute; z-index:100; top:0px; left:0px;">
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr><td bgcolor="#393939" height="10" align="center">
<a href="http://xfinity.comcast.net/">Xfinity Home</a>&nbsp;&nbsp;&nbsp;
<a href="http://security.comcast.net/constantguard/">About Constant Guard</a>&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<a href="http://customer.comcast.com/help">Help</a>&nbsp;&nbsp;&nbsp;
<a href="http://security.comcast.net/?cid=NET_33_0">Security</a>&nbsp;&nbsp;&nbsp;
<a href="https://login.comcast.net/login?forceAuth=1&continue=/Secure/Home.aspx&s=ccentral-cima&r=comcast.net">Account</a>&nbsp;&nbsp;&nbsp;
</td></tr>
</table>
</div>
<table border="0" cellpadding="0" cellspacing="0" width="100%" height="100%">
<tr>
<td align="center" width="100%">
<table border="0" cellpadding="0" cellspacing="0" width="100%" height="100%">
<tr><td height="50" bgcolor="#eeeeee"></td><td></td><td bgcolor="#eeeeee"></td></tr>
<tr valign="top">
<td bgcolor="#eeeeee">&nbsp;</td>
<td width="1000" align="center">
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr valign="top">
<td>&nbsp;</td>
<td bgcolor="#eeeeee" width="20"></td>
<td bgcolor="#eeeeee" width="550"><br><br><b>Sorry we are experiencing technical issues.</b>
<br><br>Please click <a href="javascript:refresh();" style="color: #000000; font-weight: normal">here</a> to refresh this page. <br><br> If the problem persists, please call 1-800-COMCAST (1-800-266-2278) and reference AUPM Service Notice.<br><br><br><br></td>
<td bgcolor="#eeeeee" width="20"></td>
<td>&nbsp;</td>
</tr>
</table>
<div style="display:none">
<iframe id="report_problem" name="report_problem" width="0" height="0" style="display:none"></iframe>
<form method="post" target="report_problem" name="bugform" id="bugform" action="http://bugs.comcast.net/aupm-bugs">
<table>
<tr><td><input type="text" name="user_agent" id="user_agent" size="50" value=""></td></tr>
<tr><td><input type="text" name="url" id="url" size="50" value=""></td></tr>
<tr><td><input type="text" name="user_text" id="user_text" size="50" value="ERR_CONNECT_FAIL-(110) Connection timed out-atlt-notify01.s3woodstock.ga.atlanta.comcast.net"></td></tr>
</table>
</form>
<form method="post" target="report_problem" name="ack_form" id="ack_form" action="/e8f6b078-0f35-11de-85c5-efc5ef23aa1f/aupm/notify.do?dispatch=ackBulletin">
</form>
// <script type="text/javascript">
// function reportProblem(){
// document.bugform.user_agent.value=navigator.userAgent;
// document.bugform.url.value=location.href;
// document.bugform.submit();
// }
// reportProblem();
function refresh(){
document.ack_form.submit();
this.location.reload();
}
</script>
</div>
<div id="copyright" name="copyright">
<br><br>
&copy;2011 Comcast &nbsp;&nbsp;&nbsp;<a target="_blank" href="http://www.comcast.com/corporate/legal/privacyStatement.html">Privacy Statement</a> | <a target="_blank" href="http://www.comcast.net/terms/?redirectUrl=http://www.comcast.net/terms/">Terms of Service</a> | <a rel="external" href="../Pages/FAQViewer.aspx?Guid=006bc606-1a56-4a00-a2ed-9b5007a1e2a1">Contact Us</a> | <a target="_blank" rel="external" href="http://www.comcast.com/Corporate/Move/default.html">Moving?</a><br>
<br>
<img src="http://por-chr.cimcontent.net/ui/images/modules/footer/logo.png?rev=27867">
</div>
</td>
<td bgcolor="#eeeeee">&nbsp;</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment