Skip to content

Instantly share code, notes, and snippets.

@akira-cn
Created June 9, 2022 12:46
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 akira-cn/7ae43e8b1e331ea18789b16fce56f278 to your computer and use it in GitHub Desktop.
Save akira-cn/7ae43e8b1e331ea18789b16fce56f278 to your computer and use it in GitHub Desktop.
const el = document.createElement('script');
el.textContent = 'console.log(123)';
document.getElementById('app').appendChild(el);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment