Skip to content

Commit d6d083a

Browse files
committed
.osx: Bypass t.co URLs in Tweetbot
Hat tip: https://twitter.com/dermdaly/status/664065150329163777
1 parent 60e57d4 commit d6d083a

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.osx

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -788,6 +788,13 @@ defaults write com.twitter.twitter-mac ShowFullNames -bool true
788788
# Hide the app in the background if it’s not the front-most window
789789
defaults write com.twitter.twitter-mac HideInBackground -bool true
790790

791+
###############################################################################
792+
# Tweetbot.app #
793+
###############################################################################
794+
795+
# Bypass the annoyingly slow t.co URL shortener
796+
defaults write com.tapbots.TweetbotMac OpenURLsDirectly -bool true
797+
791798
###############################################################################
792799
# Spectacle.app #
793800
###############################################################################
@@ -823,7 +830,7 @@ defaults write com.divisiblebyzero.Spectacle UndoLastMove -data 62706c6973743030
823830
for app in "Activity Monitor" "Address Book" "Calendar" "Contacts" "cfprefsd" \
824831
"Dock" "Finder" "Google Chrome" "Google Chrome Canary" "Mail" "Messages" \
825832
"Opera" "Safari" "SizeUp" "Spectacle" "SystemUIServer" "Terminal" \
826-
"Transmission" "Twitter" "iCal"; do
833+
"Transmission" "Tweetbot" "Twitter" "iCal"; do
827834
killall "${app}" &> /dev/null
828835
done
829836
echo "Done. Note that some of these changes require a logout/restart to take effect."

0 commit comments

Comments
 (0)