Last active
October 26, 2021 12:14
-
-
Save fucksophie/81f76539d5c585f4a0f655539a0e700c to your computer and use it in GitHub Desktop.
wow!@
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
console.log("Welcome to 💻!") | |
// Do the wordmark | |
// TODO: Make sure to make some kind of thing that automatically finds this. | |
const wordMark = document.querySelector("#app-mount > div.typeWindows-1za-n7.withFrame-haYltI.titleBar-AC4pGV.horizontalReverse-3tRjY7.flex-1O1GKY.directionRowReverse-m8IjIq.justifyStart-2NDFzi.alignStretch-DpGPf3 > div.wordmarkWindows-1v0lYD.wordmark-2iDDfm"); | |
wordMark.textContent = "💻" | |
wordMark.style.fontSize = "16px" | |
wordMark.style.color = "white" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment