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
| // https://twitter.com/settings/your_twitter_data/twitter_interests | |
| "use strict;" | |
| var labelSelector = ".r-1p0dtai.r-1ei5mc7.r-1pi2tsx.r-1d2f490.r-crgep1.r-orgf3d.r-t60dpp.r-u8s1d.r-zchlnj.r-ipm5af.r-13qz1uu" | |
| // Get all the interests that Twitter has inferred about your account | |
| var interests = Array.from(document.querySelectorAll(labelSelector)); | |
| console.log(`${interests.length} total interests found`); |