Skip to content

Instantly share code, notes, and snippets.

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 davidlwatsonjr/9ddf1997bc5acfe3f2add93108f4366f to your computer and use it in GitHub Desktop.
Save davidlwatsonjr/9ddf1997bc5acfe3f2add93108f4366f to your computer and use it in GitHub Desktop.
Hide by default Google Keep Sidebar
// ==UserScript==
// @name Hide by default Google Keep Sidebar
// @namespace üsersçrìpts@blio.tk
// @include https://keep.google.com/*
// @version 1
// @grant none
// @run-at document-idle
// ==/UserScript==
document.querySelector('[aria-label="Main Menu"]').click();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment