Skip to content

Instantly share code, notes, and snippets.

@qgustavor
Created June 2, 2016 11:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save qgustavor/5b84693c04c7777e64a2d2a0a36e1377 to your computer and use it in GitHub Desktop.
Save qgustavor/5b84693c04c7777e64a2d2a0a36e1377 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="Navigation Menu"]').click();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment