Skip to content

Instantly share code, notes, and snippets.

@tankred
Created April 7, 2021 08:52
Show Gist options
  • Save tankred/079cc02e05700a2a321ce1307aa8f924 to your computer and use it in GitHub Desktop.
Save tankred/079cc02e05700a2a321ce1307aa8f924 to your computer and use it in GitHub Desktop.
turn off retweets
how to turn off all at once ?
Go to https://twitter.com/following, and keep scrolling down until you’ve loaded everyone you follow. (If you follow over a thousand people, this will take a few minutes.)
https://lifehacker.com/how-to-disable-all-retweets-on-twitter-1823550038
run this in dev console!
a=Array.prototype.slice.call(document.querySelectorAll("div.ProfileCard-content div.dropdown"));a.forEach(function(e) {e.querySelector("button").click(); e.querySelector("li.retweet-off-text button").click(); })
https://www.techwalla.com/articles/how-to-send-a-dm-blast-on-twitter
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment