Skip to content

Instantly share code, notes, and snippets.

@mattcdowning
Last active November 20, 2018 18:50
Show Gist options
  • Save mattcdowning/b6196fa06f0a9ec5595011acc2a8d20f to your computer and use it in GitHub Desktop.
Save mattcdowning/b6196fa06f0a9ec5595011acc2a8d20f to your computer and use it in GitHub Desktop.

Revisions

  1. mattcdowning revised this gist Nov 20, 2018. 1 changed file with 3 additions and 3 deletions.
    6 changes: 3 additions & 3 deletions turn-off-followings-retweets.js
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,4 @@
    [...document.querySelectorAll('.ProfileCard-content .dropdown')].forEach(e => {
    e.querySelector('button').click()
    e.querySelector('.retweet-off-text button').click()
    [...document.querySelectorAll('.ProfileCard-content .dropdown')].forEach(x => {
    x.querySelector('button').click()
    x.querySelector('.retweet-off-text button').click()
    })
  2. mattcdowning created this gist Nov 17, 2018.
    4 changes: 4 additions & 0 deletions turn-off-followings-retweets.js
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,4 @@
    [...document.querySelectorAll('.ProfileCard-content .dropdown')].forEach(e => {
    e.querySelector('button').click()
    e.querySelector('.retweet-off-text button').click()
    })