Created
December 10, 2019 22:23
-
-
Save mdespriee/cee9a93b64177015781084457f00485b to your computer and use it in GitHub Desktop.
Turn off all interests in https://twitter.com/settings/your_twitter_data/twitter_interests
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Array.from(document.querySelectorAll("[aria-labelledby=detail-header] label").values()).filter(i => i.control.checked ).forEach(i => {i.click()}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment