Created
          July 30, 2019 17:32 
        
      - 
      
 - 
        
Save bjankord/8188f0c29e7d10c78d8639738f815ff3 to your computer and use it in GitHub Desktop.  
    Viewed All Files script
  
        
  
    
      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 characters
    
  
  
    
  | // Checkes all "Viewed" checkboxes | |
| var x = document.querySelectorAll('.js-reviewed-checkbox'), i = 0; | |
| for (i = 0; i < x.length; i++) { | |
| x[i].click(); | |
| } | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment