Skip to content

Instantly share code, notes, and snippets.

@jashenson
Last active December 11, 2015 12:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jashenson/4599170 to your computer and use it in GitHub Desktop.
Save jashenson/4599170 to your computer and use it in GitHub Desktop.
Beautify your Gmail header by removing the top navigation bar and the associated dark gray and light gray bands. Keep only what you need and your focus on your inbox, not the page header. Use with your favorite userstyles plugin for your browser of choice. Just be sure to apply these styles to the domain: "https://mail.google.com*"
#gbz, #gbx1, #gbx3 { visibility: hidden !important; }
#gbz { opacity: 0 !important; -webkit-transition: opacity 0.15s linear; }
#gbz:hover { opacity: 1 !important; }
#gbz .gbzt { font-weight: normal; color: #88 !important; }
#gbz .gbzt:hover { color: black !important; }
#gbz .gbz0l .gbts { color: #888 !important; font-weight: normal; }
#gb.gbem { height: 75px !important; }
#gb.gbes { height: 52px !important; }
#gb #gbq, #gb #gbu { top: 8px !important; }
#gb #gbq.gbes, #gb #gbu.gbes { top: 7px !important; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment