Skip to content

Instantly share code, notes, and snippets.

@Weredime
Created March 3, 2022 15:21
Show Gist options
  • Save Weredime/f9f84e052ebf2095837f6e0d4928d04b to your computer and use it in GitHub Desktop.
Save Weredime/f9f84e052ebf2095837f6e0d4928d04b to your computer and use it in GitHub Desktop.
Set your name to make your friends take another look on office.com
const setName = (name) => document.querySelector("#hero-heading").innerText = `Good ${document.querySelector("#hero-heading").innerText.match(/Good (.*), (.*)/)[1]}, ${name}`;
// Example
setName("Sus")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment