wseagar / eight-dollars

A browser extension that shows twitter blue vs real verified users
MIT License
1.19k stars 69 forks source link

Delete Twitter Blue Posts #96

Open jet082 opened 1 year ago

jet082 commented 1 year ago

It would be nice to be able to simply not display/erase from the DOM tree Twitter Blue posts. With the algorithm change, they're clogging up the replies to posts and burying the actual quality non-twitter-blue replies.

jet082 commented 1 year ago

Something like the following:

var listOfTwitterBlue = document.querySelectorAll('span[data-eight-dollars-status="blueVerified"]');

for (var i = 0; i < listOfTwitterBlue.length; i = i + 1) {
    listOfTwitterBlue[i].closest('div[data-testid="cellInnerDiv"]').remove()
}
7daytheory commented 1 year ago

I will take a look at implementing this if it’s still needed

jet082 commented 1 year ago

Recently (within the last week) Elon turned off the ability to mass-block twitter blue people, so it seems especially needed (to me at least) right now.

NamesMark commented 1 year ago

It would be really cool to have a setting to either remove them, re-sort them to the bottom of replies, or hide under "Show blue replies" similar to "Show more replies". These Twitter Blue replies are quite annoying due to them clogging up the very top of the replies list, especially under very popular tweets.

noorus commented 1 year ago

Big +1 for this. The recent change to promote blue posts above all actually good content makes Twitter practically unusable.

There are other extensions to block blue users, but I don't want to block them, just hide their posts. And Eight Dollars is already here with all the legwork done and proven, so this would be a very welcome additional option as soon as possible.

I know I could add the change quick n dirty myself, but I'm using the Chrome store version and would rather not switch to an unpacked local one that requires manual updating

7daytheory commented 1 year ago

Honestly I got pretty busy and I forgot about this. I see if I will look into how I can get this done tonight and see if U can get this done Monday (fathers bday this weekend so might be busy)

On Fri, Apr 28, 2023 at 2:45 PM Noora @.***> wrote:

Big +1 for this. The recent change to promote blue posts above all actually good content makes Twitter practically unusable.

There are other extensions to block blue users, but I don't want to block them, just hide their posts. And Eight Dollars is already here with all the legwork done and proven, so this would be a very welcome additional option as soon as possible.

I know I could add the change quick n dirty myself, but I'm using the Chrome store version and would rather not switch to an unpacked local one that requires manual updating

— Reply to this email directly, view it on GitHub https://github.com/wseagar/eight-dollars/issues/96#issuecomment-1527955043, or unsubscribe https://github.com/notifications/unsubscribe-auth/AB3JXD7DD7UTKAMNCTJV553XDQF4XANCNFSM6AAAAAAWUYNQFI . You are receiving this because you commented.Message ID: @.***>

-- Sent from Gmail Mobile