Skip to content

Instantly share code, notes, and snippets.

@s9011514
Created April 13, 2014 16:15
Show Gist options
  • Save s9011514/10590594 to your computer and use it in GitHub Desktop.
Save s9011514/10590594 to your computer and use it in GitHub Desktop.
[教學]如何解決網站被7headlines的iframe蓋台? http://sofree.cc/remove-iframe/
<script>
//<![CDATA[
if (top.location != location ) {
top.location.href = location.href;
}
//]]>
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment