Skip to content

Instantly share code, notes, and snippets.

@rndme
Created February 23, 2016 08:21
Show Gist options
  • Save rndme/354d059e1a82991558e5 to your computer and use it in GitHub Desktop.
Save rndme/354d059e1a82991558e5 to your computer and use it in GitHub Desktop.
var screenShotDialog = document.createElement("DIALOG");
document.body.appendChild(screenShotDialog).innerHTML="Hello World";
screenShotDialog.showModal();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment