Skip to content

Instantly share code, notes, and snippets.

@42Willow
Created March 14, 2024 07:43
Show Gist options
  • Save 42Willow/4555f0d8fdf8e59b479fd44539740937 to your computer and use it in GitHub Desktop.
Save 42Willow/4555f0d8fdf8e59b479fd44539740937 to your computer and use it in GitHub Desktop.
Schooltape - Hide Homepage Greeting
/* name: Hide Homepage Greeting */
/* description: Hide the greeting at the top of the homepage. */
#content > div:nth-child(1) {
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment