Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save albertorrromero/e17af38855ebed04e46ed4e54c4b55d2 to your computer and use it in GitHub Desktop.
Save albertorrromero/e17af38855ebed04e46ed4e54c4b55d2 to your computer and use it in GitHub Desktop.
Shortcut to unread emails on the Gmail inbox as a browser bookmarklet
javascript:(function()%20{%20window.location.href%20=%20'#search/label:inbox%20is:unread';%20})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment