Last active
          November 20, 2018 18:50 
        
      - 
      
 - 
        
Save mattcdowning/b6196fa06f0a9ec5595011acc2a8d20f to your computer and use it in GitHub Desktop.  
Revisions
- 
        
mattcdowning revised this gist
Nov 20, 2018 . 1 changed file with 3 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ [...document.querySelectorAll('.ProfileCard-content .dropdown')].forEach(x => { x.querySelector('button').click() x.querySelector('.retweet-off-text button').click() })  - 
        
mattcdowning created this gist
Nov 17, 2018 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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() })