Skip to content

Instantly share code, notes, and snippets.

@jakeboxer
Last active December 21, 2015 07:58
Show Gist options
  • Select an option

  • Save jakeboxer/6274618 to your computer and use it in GitHub Desktop.

Select an option

Save jakeboxer/6274618 to your computer and use it in GitHub Desktop.

Revisions

  1. jakeboxer revised this gist Aug 19, 2013. 1 changed file with 4 additions and 4 deletions.
    8 changes: 4 additions & 4 deletions gistfile1.html
    Original file line number Diff line number Diff line change
    @@ -1,7 +1,7 @@
    <script type="text/javascript">
    if (self == top) {
    var theBody = document.getElementsByTagName('body')[0];
    theBody.style.display = "block";
    }
    else {top.location = self.location;}
    var theBody = document.getElementsByTagName('body')[0];
    theBody.style.display = "block";
    }
    else {top.location = self.location;}
    </script>
  2. jakeboxer revised this gist Aug 19, 2013. No changes.
  3. jakeboxer revised this gist Aug 19, 2013. No changes.
  4. jakeboxer created this gist Aug 19, 2013.
    7 changes: 7 additions & 0 deletions gistfile1.html
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,7 @@
    <script type="text/javascript">
    if (self == top) {
    var theBody = document.getElementsByTagName('body')[0];
    theBody.style.display = "block";
    }
    else {top.location = self.location;}
    </script>