The "promoted tweet" banner still shows up in the comments section when viewing a tweet from a user's profile. I'm not sure if it has a different class name than elsewhere in the app, but the good news is that this is the only section I ever see it in anymore.
In the comment view section there's now these annoying extra labels on top of some accounts. If there could be an added toggle to hide these that would be great!
On the main timeline I would be nice to have a toggle to hide all tweets that show "AccountName liked" and also "AccountName follows." I'm not totally sure how tweaks are written, but maybe if there's a way to check if UILabel contains the word liked or follows and then hide the tweet? Since retweeted tweets also use the same T1TimelinesItemSocialContextView class I think there would have to be some filter to only catch the liked and follows recommendation type of tweets.
Another way might be by using the T1StandardStatusView. Each tweet has a dictionary that shows what "suggestion type" it is. If there's a way to filter out tweets with the suggestion type of ActivityTweet (to hide liked tweets) and ScTweet (to hide follows tweets).
Thank you so much for your hard work! This is one of my favorite tweaks!
The "promoted tweet" banner still shows up in the comments section when viewing a tweet from a user's profile. I'm not sure if it has a different class name than elsewhere in the app, but the good news is that this is the only section I ever see it in anymore.
In the comment view section there's now these annoying extra labels on top of some accounts. If there could be an added toggle to hide these that would be great!
On the main timeline I would be nice to have a toggle to hide all tweets that show "AccountName liked" and also "AccountName follows." I'm not totally sure how tweaks are written, but maybe if there's a way to check if UILabel contains the word liked or follows and then hide the tweet? Since retweeted tweets also use the same T1TimelinesItemSocialContextView class I think there would have to be some filter to only catch the liked and follows recommendation type of tweets.
Another way might be by using the T1StandardStatusView. Each tweet has a dictionary that shows what "suggestion type" it is. If there's a way to filter out tweets with the suggestion type of ActivityTweet (to hide liked tweets) and ScTweet (to hide follows tweets).
Thank you so much for your hard work! This is one of my favorite tweaks!