DEV Community

Cover image for Unsubscribe from everyone 🎉
Paul
Paul

Posted on

1 1

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 ✨ 👍

Top comments (0)

SurveyJS custom survey software

JavaScript Form Builder UI Component

Generate dynamic JSON-driven forms directly in your JavaScript app (Angular, React, Vue.js, jQuery) with a fully customizable drag-and-drop form builder. Easily integrate with any backend system and retain full ownership over your data, with no user or form submission limits.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay