First post.
I am looking for, google bookmarklet like utility for twitter, so
that I can tweet from my browser, without visiting twitter web page.
google bookmarklet is a simple javascript code and this can be added
into browser bookmarks.
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)})();