Created
May 3, 2013 06:57
-
-
Save rotten77/5507609 to your computer and use it in GitHub Desktop.
Google Keep Bookmarklet
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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');})(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.)