Skip to content

Instantly share code, notes, and snippets.

@trungdq88
Created March 16, 2024 06:29
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 trungdq88/c13c8bab309d4382c8f81a87103b0a83 to your computer and use it in GitHub Desktop.
Save trungdq88/c13c8bab309d4382c8f81a87103b0a83 to your computer and use it in GitHub Desktop.
test
if (document.querySelector('[data-element-id="side-bar-background"]')) {
document.querySelector('[data-element-id="side-bar-background"]').style.backgroundColor = "black";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment