Skip to content

Instantly share code, notes, and snippets.

@eviltester
Last active October 30, 2025 19:59
Show Gist options
  • Select an option

  • Save eviltester/11093f0e4c501a41990e227393184eda to your computer and use it in GitHub Desktop.

Select an option

Save eviltester/11093f0e4c501a41990e227393184eda 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;});
@GabrielMarqueseSouza
Copy link

I used the code @jcambien wrote and it worked as expected, though the rate limiter was triggered after a while. Nevertheless, I waited a few minutes and reran the script, then all checkboxes were unchecked.

@20of
Copy link

20of commented Feb 14, 2025

Is it possible to add custom "interests" to this json? or are they checked serverside against their list?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment