Google Product Forums

Re: Bookmarklet to add the current page to "Google bookmarks" no longer supports keyboard shortcut "Enter" to add bookmark


DDNH May 8, 2012 1:23 PM
Posted in group: Google Chrome Forum

Categories: Give Feature Feedback and Suggestions : Windows :

The Google Bookmarks "Bookmarkslet" (bookmarks bar shortcut button)
Popup Window "Label:"  auto-complete has stopped working.
This was a great feature, is it still going to supported?
Is Google still supporting "Google Bookmarks" in 'Cloud service?'

Also, the "See all bookmarks &raquo" button has extraneous text, "&raquo", at the end.

The Bookmarkslet button javascript can be found at
Ref URL: <http://support.google.com/bookmarks/bin/answer.py?hl=en&answer=179680&topic=27268&ctx=topic>

Below is the Bookmarkslet button javascript:
<javascript:(function(){var%20a=window,b=document,c=encodeURIComponent,d=a.open("http://www.google.com/bookmarks/mark?op=edit&output=popup&bkmk="+c(b.location)+"&title="+c(b.title),"bkmk_popup","left="+((a.screenX||a.screenLeft)+10)+",top="+((a.screenY||a.screenTop)+10)+",height=420px,width=550px,resizable=1,alwaysRaised=1");a.setTimeout(function(){d.focus()},300)})();>