JSFiddle - React, Tailwind, and code Playground
by kazu69
HTML
<script>
if (window.opener) {
alert(window.opener);
window.opener.location = 'https://github.com'
}
</script>
by kazu69
<script>
if (window.opener) {
alert(window.opener);
window.opener.location = 'https://github.com'
}
</script>