jordwest / news-feed-eradicator

A browser extension that deletes your news feed and replaces it with a nice quote
MIT License
1.16k stars 280 forks source link

Remove Twitter public feed if user is logged out #263

Closed weeksling closed 1 year ago

weeksling commented 1 year ago

Related issue I created: https://github.com/jordwest/news-feed-eradicator/issues/262

This adds an isLoggedOut check to the twitter eradicate method, and then removes the public feed if the user is logged out.

weeksling commented 1 year ago

@nzawirski do you have write permission? Who should I tag for review to get it merged?

nzawirski commented 1 year ago

I don't. I think only @jordwest can merge changes

jordwest commented 1 year ago

Thank you @weeksling!

jordwest commented 1 year ago

Hmm for some reason it's not working for me, the selectors are working as expected but the feed remains while logged out. I'll publish this anyway in case it fixes it for others.