開いているページをはてブする

javascript:window.open("http://b.hatena.ne.jp/bookmarklet?url="+encodeURIComponent(window.location),document.title);window.opener.history.back();

開いているページを twitter に流す

javascript:window.open("http://twitter.com/home/?status=%20/%20"+encodeURIComponent(document.title+("%20-%20"+window.location),document.title+Math.random()));window.opener.history.back();