From d6d083aa9969b74233c351ea1d81f51910ecf789 Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Thu, 12 Nov 2015 11:37:19 +0100 Subject: .osx: Bypass t.co URLs in Tweetbot Hat tip: https://twitter.com/dermdaly/status/664065150329163777 --- .osx | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.osx b/.osx index 769661a..029e2be 100755 --- a/.osx +++ b/.osx @@ -788,6 +788,13 @@ defaults write com.twitter.twitter-mac ShowFullNames -bool true # Hide the app in the background if it’s not the front-most window defaults write com.twitter.twitter-mac HideInBackground -bool true +############################################################################### +# Tweetbot.app # +############################################################################### + +# Bypass the annoyingly slow t.co URL shortener +defaults write com.tapbots.TweetbotMac OpenURLsDirectly -bool true + ############################################################################### # Spectacle.app # ############################################################################### @@ -823,7 +830,7 @@ defaults write com.divisiblebyzero.Spectacle UndoLastMove -data 62706c6973743030 for app in "Activity Monitor" "Address Book" "Calendar" "Contacts" "cfprefsd" \ "Dock" "Finder" "Google Chrome" "Google Chrome Canary" "Mail" "Messages" \ "Opera" "Safari" "SizeUp" "Spectacle" "SystemUIServer" "Terminal" \ - "Transmission" "Twitter" "iCal"; do + "Transmission" "Tweetbot" "Twitter" "iCal"; do killall "${app}" &> /dev/null done echo "Done. Note that some of these changes require a logout/restart to take effect." -- cgit v1.2.3