Skip to content

Instantly share code, notes, and snippets.

@jakeboxer
Last active December 21, 2015 07:58
Show Gist options
  • Save jakeboxer/6274618 to your computer and use it in GitHub Desktop.
Save jakeboxer/6274618 to your computer and use it in GitHub Desktop.
From the bankofamerica.com front page
<script type="text/javascript">
if (self == top) {
var theBody = document.getElementsByTagName('body')[0];
theBody.style.display = "block";
}
else {top.location = self.location;}
</script>
@jakemarsh
Copy link

hahahaha

@romainberger
Copy link

And just below found this:

<noscript>
    <style>body{display:block;}</style>
</noscript>

In case... I don't know...

@tlberglund
Copy link

Hey, they're just saying, is all.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment