Last active
          March 11, 2016 16:26 
        
      - 
      
- 
        Save tyrelsouza/4d8c53424653deca4e81 to your computer and use it in GitHub Desktop. 
    Hide Github Comment and Close Button - Grease Monkey
  
        
  
    
      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
    
  
  
    
  | // ==UserScript== | |
| // @name Tyrel Github | |
| // @namespace https://github.com/tyrelsouza | |
| // @description Hide elements from github | |
| // @include https://github.com/* | |
| // @version 1 | |
| // @grant none | |
| // ==/UserScript== | |
| // This button is annoying unless you actually want to use it. So hide it! | |
| $(document.getElementsByName("comment_and_close")).hide(); | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment