Unsubscribe from everyone ๐ŸŽ‰

pcvonz

Paul

Posted on June 15, 2020

Unsubscribe from everyone ๐ŸŽ‰

I found that I was subscribed to 50 users that I didn't remember following (No wonder I'm getting so many notifications!). I looked into the API and found that there wasn't a way to unsubscribe from everyone. No matter, we can do it from the followers list with a little javascript:

document.querySelectorAll(".follow-action-button").forEach(el => el.click())
Enter fullscreen mode Exit fullscreen mode

Run that in Dashboard > following > uers via the console to unfollow everyone. Now you should have a squeaky clean feed โœจ ๐Ÿ‘

๐Ÿ’– ๐Ÿ’ช ๐Ÿ™… ๐Ÿšฉ
pcvonz
Paul

Posted on June 15, 2020

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related

ยฉ TheLazy.dev

About