Last active
April 8, 2023 20:54
-
-
Save BarryCarlyon/11e73bc0dbb14064b8140835c3cdf7c2 to your computer and use it in GitHub Desktop.
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
<iframe src="https://www.twitch.tv/embed/MYCHANNEL/chat" id="chat_frame" style="width: 800px; height: 400px;"></iframe> | |
<script type="text/javascript"> | |
var parent = ['sites.google.com', 'www.gstatic.com', window.location.host]; | |
console.log(parent); | |
document.getElementById('chat_frame').setAttribute('src', document.getElementById('chat_frame').getAttribute('src') + '?parent=' + parent.join('&parent=')); | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment