kheina-com / Blue-Blocker

Blocks all Twitter Blue verified users on twitter.com
Mozilla Public License 2.0
326 stars 29 forks source link

Feature request: Skip users you follow on another account #242

Closed watatomo closed 4 months ago

watatomo commented 4 months ago

I have a separate account for following artists and publishers and whatnot. I figured I could try and gather them all and import them into a safelist, but that's over 4000 accounts and Musk made harder to get because you have to pay.

On another note, it would be nice if there was a way to have the extension run only on tweets with replies. That's where the real annoyance is coming from (for me).

cooljeanius commented 4 months ago

related: issue #203

watatomo commented 4 months ago

Oh, that's exactly it. The title didn't catch my eye.

cooljeanius commented 4 months ago

Oh, that's exactly it. The title didn't catch my eye.

Closing as a duplicate, then.

rougetimelord commented 4 months ago

I don't think that this is technically feasible unfortunately. The extension can't (currently) pull your full following list, it can only see if you follow the user when a tweet gets checked for premium subscriptions. To pull the full list, the extension would have to query the Twitter API (which is almost definitely possible but difficult, I think that old twitter does this for instance). As a stop gap, the extension could add users it sees to the safelist but it wouldn't be 100% accurate.