-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Delete Twitter Blue Posts #96
Comments
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()
} |
I will take a look at implementing this if it’s still needed |
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. |
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. |
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 |
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
<#96 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AB3JXD7DD7UTKAMNCTJV553XDQF4XANCNFSM6AAAAAAWUYNQFI>
.
You are receiving this because you commented.Message ID:
***@***.***>
--
Sent from Gmail Mobile
|
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.
The text was updated successfully, but these errors were encountered: