Last active
December 21, 2015 07:58
-
-
Save jakeboxer/6274618 to your computer and use it in GitHub Desktop.
From the bankofamerica.com front page
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script type="text/javascript"> | |
if (self == top) { | |
var theBody = document.getElementsByTagName('body')[0]; | |
theBody.style.display = "block"; | |
} | |
else {top.location = self.location;} | |
</script> |
And just below found this:
<noscript>
<style>body{display:block;}</style>
</noscript>
In case... I don't know...
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
hahahaha