Topic Management
Browser console script for managing X Topics — the interest categories that personalize your timeline.
Script Selection
| Goal | File | Navigate to |
|---|---|---|
| List, follow, unfollow, or discover X Topics | src/topicManager.js |
x.com/i/topics or x.com/settings/your_topics |
Quick Start
- Go to
x.com/i/topicsorx.com/settings/your_topics - Open DevTools (F12) → Console
- Set
actionin CONFIG - Paste
src/topicManager.js→ Enter
Configuration
const CONFIG = {
action: 'list',
// 'list' — list all currently followed topics
// 'follow' — follow topics matching keywords
// 'unfollow' — unfollow topics matching keywords
// 'unfollowAll' — unfollow all topics
// 'discover' — browse suggested topics
// For 'follow' / 'unfollow':
keywords: ['crypto', 'AI', 'startups'], // Topics to match
caseSensitive: false,
};
Controls
window.XActions.abort() // Stop the script
window.XActions.status() // Check progress
Notes
- Navigate to
x.com/i/topicsto browse all topics - Navigate to
x.com/settings/your_topicsto see topics you already follow - Topics directly influence your For You timeline recommendations
- Use
unfollowAllthenfollowwith specific keywords to reset your topic preferences
Related Skills
- algorithm-cultivation — Train your algorithm for a specific niche
- discovery-explore — Browse trending topics and explore
- analytics-insights — Analyze what content your current topics surface