Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save adhiraj2001/47dd3a0ceae7445f45b1fb5f9c721b46 to your computer and use it in GitHub Desktop.

Select an option

Save adhiraj2001/47dd3a0ceae7445f45b1fb5f9c721b46 to your computer and use it in GitHub Desktop.
uncheck twitter interests
var timer=100;document.querySelectorAll("div > input[type='checkbox']:checked").forEach((interest) => {setTimeout(function(){interest.click()},timer);timer+=2000;});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment