Skip to content

Instantly share code, notes, and snippets.

@troutcolor
Created September 24, 2017 11:32
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 troutcolor/f35439d2a6192cc2114fdc5f4cdb589b to your computer and use it in GitHub Desktop.
Save troutcolor/f35439d2a6192cc2114fdc5f4cdb589b to your computer and use it in GitHub Desktop.
Make a new browser window where you can type. I run from bookmarket or via FastScripts
window.open('data:text/html, %3Chtml%20contenteditable%3E%3Cstyle%3E%2A%7Bfont-size%3A20px%7D%3C%2Fstyle%3E','_blank')
//window.open('data:text/html, <html contenteditable><style>*{font-size:20px}</style>','_blank')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment