bookmarklets icon indicating copy to clipboard operation
bookmarklets copied to clipboard

Google keep

Open trimechee opened this issue 11 months ago • 0 comments

Feature description

Hi, i found this google keep bookmarklet to save our notes, bookmarks.... : 

https://gist.github.com/rotten77/5507609


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');})();




I try this bookmarklet and it works fine, but what is surprising, a user comments this about this bookmarklet:

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.)

https://gist.github.com/rotten77/5507609?permalink_comment_id=1720145#gistcomment-1720145

We hope generous Mr @thomasleplus will do what is necessary to keep this important bookmarklet updated and working, thank you!

Anything else?


trimechee avatar Feb 11 '25 09:02 trimechee