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 »" button has extraneous text, "»", 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)})();> |