This is a small Bookmarklet to enable you to be redirected to the same content on twitter.com, but in Tweetbot.
- View your Timeline by using the bookmarklet on twitter.com
- View your Lists
- View your Favourites
- View a status
- Searching for something
- Viewing user profiles
To use this, you need to create a bookmark containing:
javascript:(function(){s=document.createElement(%22script%22);s.type=%22text/javascript%22;s.src=%22https://rawgit.com/RobBrazier/Tweetbot-Bookmarklet/master/tweetbot.js%22;document.getElementsByTagName(%22head%22)[0].appendChild(s);})();
When you are on a Twitter.com page you can then open this bookmark and you will be switched to Tweetbot.
Any suggestions on improvements/pull requests are welcome!