Skip to content

Instantly share code, notes, and snippets.

@manyahin
Created January 30, 2013 16:03
Show Gist options
  • Select an option

  • Save manyahin/4674266 to your computer and use it in GitHub Desktop.

Select an option

Save manyahin/4674266 to your computer and use it in GitHub Desktop.
JavaScript: contenteditable interactive css editor
<style></style><body contenteditable onkeyup="func()">body{font-size: 16px;font-family: 'Tahoma';background: pink;color: black;white-space: pre;margin: 0 auto;width: 70%;}</body><script src="data:text/javascript;base64,CWZ1bmMoKQ0KCWZ1bmN0aW9uIGZ1bmMoKXsNCgkJdmFyIGNzcyA9IGRvY3VtZW50LmdldEVsZW1lbnRzQnlUYWdOYW1lKCdib2R5JylbMF0uaW5uZXJUZXh0LA0KCQkgICAgaGVhZCA9IGRvY3VtZW50LmdldEVsZW1lbnRzQnlUYWdOYW1lKCdoZWFkJylbMF0sDQoJCSAgICBzdHlsZSA9IGRvY3VtZW50LmdldEVsZW1lbnRzQnlUYWdOYW1lKCdzdHlsZScpWzBdDQoJCXN0eWxlLmlubmVyVGV4dCA9IGNzcw0KCX0="></script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment