Skip to content

Instantly share code, notes, and snippets.

@rotten77
Created May 3, 2013 06:57
Show Gist options
  • Save rotten77/5507609 to your computer and use it in GitHub Desktop.
Save rotten77/5507609 to your computer and use it in GitHub Desktop.
Google Keep Bookmarklet
javascript:void(function(){var w = 430; var h = 600; var t = (screen.height ? (screen.height - h) / 4 : 0); var l = (screen.width ? (screen.width - w) / 2 : 0); var win = window.open('https://drive.google.com/keep/','google-keep','width='+w+',height='+h+',top='+t+',left='+l+',location=no,personalbar=no,menubar=no,status=no,resizable=yes,scrollbars=yes');})();
@gabriel-r
Copy link

It's nice, but it doesn't prefill anything from the current page, i.e. title or selection.

@abrambailey
Copy link

Thanks. I'm not complaining.

@d355
Copy link

d355 commented Mar 10, 2016

Good start, but unfortunately too outdated.

Just found useful this extension for myself: https://github.com/claudiodangelis/popup-for-keep
(Heavy and slow a bit, but up to date. Also could be used as source for up to date bookmarklet.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment