Created
March 16, 2024 06:29
-
-
Save trungdq88/c13c8bab309d4382c8f81a87103b0a83 to your computer and use it in GitHub Desktop.
test
This file contains hidden or 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
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