Skip to content

Instantly share code, notes, and snippets.

@bamadesigner
bamadesigner / uncheckCheckboxes.js
Last active September 12, 2022 18:10
Uncheck all checkboxes
/**
* I was a tad agitated when I realized Twitter had auto-added
* 500+ interests to some weird list in my profile. Manually
* unchecking all of the boxes would've taken forever.
*
* https://twitter.com/settings/your_twitter_data/twitter_interests
*
* I wrote this script to help me auto-uncheck the
* boxes cause ain't nobody got time for that.
*