javascript:var u=encodeURIComponent(location.href);var ti=encodeURIComponent(document.title);var te=encodeURIComponent((window.getSelection&&window.getSelection())||(document.getSelection&&document.getSelection())||(document.selection &&document.selection.createRange&&document.selection.createRange().text));location.href='http://www.google.com/bookmarks/mark?op=add&bkmk='+u+'&title='+ti+'&annotation='+te+'&labels='+encodeURIComponent('ラベルその1');Googleブックマークに追加(ラベルその1)
IEの場合、リンクを右クリックで「お気に入りに追加」を選んで、お気に入りバーに登録。
その後、ショートカットを右クリックして、ソース最後尾の“ラベルその1”の部分を適宜変更。
修正 2011-01-19
GETメソッドを用いるページをブックマークする際に、&以降のパラメータを取りこぼしていたのでソースを修正。