insin / control-panel-for-twitter

Browser extension which gives you more control over your Twitter timeline and adds missing features and UI improvements - available for desktop and mobile browsers
https://jbscript.dev/control-panel-for-twitter
MIT License
1.79k stars 60 forks source link

Replies which quote blocked/muted users in individual tweet timelines aren't hidden #332

Open insin opened 1 year ago

insin commented 1 year ago

Example structure:

firefox_HrAMRAvolR

This happens because we use the previous show/hide decision for a reply - we should check if the reply should be hidden based on detected tweet type first

insin commented 12 months ago

Tweets from private accounts are also hidden, as the only way to specifically detect this is the text

This was displayed in the timeline because there is a reply from the OP, but that was also hidden as it's a reply to a tweet we hid

image