Skip to content

Instantly share code, notes, and snippets.

@J-Human
Last active November 24, 2021 02:57
Show Gist options
  • Save J-Human/ddaa10d6fa0dc147aa81109fc9e84a26 to your computer and use it in GitHub Desktop.
Save J-Human/ddaa10d6fa0dc147aa81109fc9e84a26 to your computer and use it in GitHub Desktop.
const node = document.createElement('style');
node.innerHTML = `body {
color: blue !important;
}`;
document.body.appendChild(node);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment