We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6911f91 commit 718a018Copy full SHA for 718a018
script.js
@@ -6192,6 +6192,8 @@ function shouldHideProfileTimelineItem(type) {
6192
return config.hideProfileRetweets
6193
case 'UNAVAILABLE_QUOTE_TWEET':
6194
return config.hideUnavailableQuoteTweets
6195
+ case 'UNAVAILABLE_RETWEET':
6196
+ return config.hideUnavailableQuoteTweets || config.hideProfileRetweets
6197
default:
6198
return true
6199
}
0 commit comments