🔊 Mass Unmute
Unmute all muted accounts from your X/Twitter settings.
📋 What It Does
- Navigates to your Muted Accounts settings page
- Finds all muted users in the list
- Clicks the Unmute button for each one
- Scrolls to load more and repeats until all are unmuted
🌐 Browser Console Script
Steps:
- Go to
x.com/settings/muted/all - Open console (F12) and paste
src/massUnmute.js
Configuration:
const CONFIG = {
scrollCycles: 20,
delayBetweenUnmutes: 1500,
};
📁 Files
src/massUnmute.js— Browser console mass unmutesrc/muteByKeywords.js— Mute users by keywords (counterpart)
⚠️ Notes
- Must start on the Muted Accounts page (
x.com/settings/muted/all) - If you have many muted accounts, the script will need multiple scroll cycles
- This unmutes users, not muted words — use settings to manage muted words
⚡ Ready to try Mass Unmute?
XActions is 100% free and open-source. No API keys, no fees, no signup.
Browse All Scripts