Skip to content

Instantly share code, notes, and snippets.

@nogorilla
Created February 4, 2022 18:51
Show Gist options
  • Select an option

  • Save nogorilla/05257ba7baa3e4a499da20c2907054e6 to your computer and use it in GitHub Desktop.

Select an option

Save nogorilla/05257ba7baa3e4a499da20c2907054e6 to your computer and use it in GitHub Desktop.
// go to https://twitter.com/settings/your_twitter_data/twitter_interests
var timer=1000; document.querySelectorAll( "div > input[type='checkbox']:checked" ).forEach((interest) => { setTimeout( function(){interest.click(); interest.scrollIntoView()},timer ); timer+=2000; });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment