Skip to content

Instantly share code, notes, and snippets.

@mov-78
Created March 27, 2017 10:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mov-78/e7d3a310822faab19085c36a0b2dfb90 to your computer and use it in GitHub Desktop.
Save mov-78/e7d3a310822faab19085c36a0b2dfb90 to your computer and use it in GitHub Desktop.
minimal JS fiddler
<iframe id=o></iframe><textarea id=x></textarea><textarea id=y></textarea><textarea id=z></textarea><script>d=o.contentWindow.document;b=d.body;document.body.oninput=function(){b.innerHTML=x.value;m=d.createElement('script');m.textContent=y.value;b.appendChild(m);n=d.createElement('style');n.textContent=z.value;b.appendChild(n)}</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment