Skip to content

Instantly share code, notes, and snippets.

@fucksophie
Last active October 26, 2021 12:14
Show Gist options
  • Save fucksophie/81f76539d5c585f4a0f655539a0e700c to your computer and use it in GitHub Desktop.
Save fucksophie/81f76539d5c585f4a0f655539a0e700c to your computer and use it in GitHub Desktop.
wow!@
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