Skip to content

Instantly share code, notes, and snippets.

@BekoBou
Created December 2, 2016 22:28
Show Gist options
  • Save BekoBou/924d1ddcb2789f3668c7bd4f9d8a3b25 to your computer and use it in GitHub Desktop.
Save BekoBou/924d1ddcb2789f3668c7bd4f9d8a3b25 to your computer and use it in GitHub Desktop.
Убегаем из ifame
<html>
<body>
<script type='text/javascript'>
if (parent.document.location.href == document.location.href)
document.location.href = 'https://yandex.ru';
}
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment