Skip to content

Instantly share code, notes, and snippets.

@steveobbayi
Created February 9, 2017 11:30
Show Gist options
  • Save steveobbayi/74390e73262fb7fdb4daeb4032c0406c to your computer and use it in GitHub Desktop.
Save steveobbayi/74390e73262fb7fdb4daeb4032c0406c to your computer and use it in GitHub Desktop.
document.write('data:text/html;charset=utf-8,' +
// Escape for the URI
encodeURIComponent(
'<div>'+
'<p>An encoded paragraph</p>'+
'</div>'
)
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment