I want to block accounts of the promoted tweets I get. If enough people did that...
Tweak New Twitter
21–30 of 40 posts
Re: Tweak New Twitter
#22Re: Tweak New Twitter
#23Re: Tweak New Twitter
#24I want to block accounts of the promoted tweets I get. If enough people did that...
Re: Tweak New Twitter
#25Space Karen free labor task force... assemble! Form of... a Chrome extension.
Re: Tweak New Twitter
#26I want to block accounts of the promoted tweets I get. If enough people did that...
Re: Tweak New Twitter
#27Author here, this the website where you go to get customer support from Google, right? /s Was everyone who reviews extensions at Google part of the cohort who were suddenly given a cardboard box and shown the door recently? The extension has been blowing up in Japan over the weekend (user numbers more than doubled from 29,000 to 68,000 over the last few days) so I internationalized it to add a Japanese locale (and in…
Re: Tweak New Twitter
#28The Elon acquisition forcing me to finally break my Twitter habit was awesome. Whenever I go back, I started to wonder why I spent so much time there. Mastodon has been positive in other ways - I'm posting less there than I did on Twitter, and the people there are generally less toxic overall (though I've been carefully curating who I follow this time around). I think we'll continue to see social media fracture and f…
What about same question posed to yourself (and myself), but for this website (Hacker News) instead of Twitter? :)
Re: Tweak New Twitter
#29I don't want to use another extension. If it could be done inside uBlock Origin, that's about the length I'm willing to go. Barring that, I've found myself simply going to twitter.com far, far less on desktop. And not at all on mobile.
It can't be done with uBlock because Twitter randomized pretty much all DOM element class names. You really need to parse the content, then climb up the tree and trim grand/parent nodes to remove all the junk. Used to be much easier few years ago with descriptive class names, but they changed that. * I'm not the OP, but I made a similar extension.
They've handily left a bunch of data-testid attributes on some of the major elements you need to identify, like the primary column.
Since it's a React app, manually removing stuff from the DOM will either have your changes get blown away the on the next render, or cause issues on the next render. A good trick is to add your own descriptive classes to for the current screen so you can limit the scope of some of the incredibly gnarly CSS selectors you'll need to use to hide things.
Re: Tweak New Twitter
#30The Elon acquisition forcing me to finally break my Twitter habit was awesome. Whenever I go back, I started to wonder why I spent so much time there. Mastodon has been positive in other ways - I'm posting less there than I did on Twitter, and the people there are generally less toxic overall (though I've been carefully curating who I follow this time around). I think we'll continue to see social media fracture and f…
> Whenever I go back, I started to wonder why I spent so much time there What about same question posed to yourself (and myself), but for this website (Hacker News) instead of Twitter? :)