"How do you tweeting?" seems world most question.
Then, how do you tweet? I love to tweet from Tweetie, I'm Japanese translator staff of it, on iPhone but I have frustrated that I can't feel in tweeting world like as using iPhone. I'm using P3:PeraPeraPrv , I'm English version coordinator of it :), on my Mac. I like this tool for posting like chatting. I've tried many twitter client on Mac but all of them don't make me feel similar with clients works on iPhone.
Then, I decided to make something and made it. The project "pbtweet" works on twitter.com.
pbtweet - pretty good, better tweeting experience for Safari -Features
- Showing conversation chain
- Hiding redundant tweet from timeline
- Adding photo frame badge from twitpic.com
- Supports oAutoPagerize
Requirement
- Safari 3 or later ( Strongly recommended Safari 4 )
- Mac OS X ( recommended Leopard )
- SIMBL (Smart Input Manager Bundle Loader)
- GreaseKit (User script launcher on Safari)
- Install SIMBLE read guidance at SIMBLE website.
- Install GreaseKit read guidance at GreaseKit website.
- Install pbtweet go to pbtweet website and click pbtweet link.
- Go to twitter.com
3 comments:
Thanks for your great user-script! I met a problem with Chrome 3.0.195.1. That build of chrome has problem with LocalStorage and SessionStorage. So to support that build pbtweet need to fixed like this.
function is_localstorage(){
if (typeof(sessionStorage) == 'undefined' || sessionStorage == null ||
typeof(localStorage) == 'undefined' || localStorage == null)
{
return(false);
}
else
{
return(true);
}
}
Thanks for sending your patch!
I'll add this and update today after confirmation.
Pbtweet is amazing!!!!
Can you include the possibility of autocomplete followers when tweeting?
:-)
Your plugin is more beautifil than the Troy's plugin http://userscripts.org/scripts/show/40617
Post a Comment