Created
August 6, 2019 01:47
-
-
Save stevemao/d459e1de05980ee89eb9c6bdb36817fb to your computer and use it in GitHub Desktop.
Presentation in code editor
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
const i = (css) => document.head.insertAdjacentHTML('beforeend', `<style id="pres" class="pres">${css}</style>`); | |
const ir = () => document.getElementById("pres").outerHTML = ""; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment