- Navigate to https://x.com/settings/your_twitter_data/twitter_interests
- Open Dev Tools in your browser
- Go to Console
- Copy and paste this code into the Browser console then hit enter and let it run
async function uncheckAllWithDelay(delayMs = 3000) {
// Try standard checkboxes first
const checkboxes = document.querySelectorAll('input[type="checkbox"]');