Skip to content

Instantly share code, notes, and snippets.

@tyrelsouza
Last active March 11, 2016 16:26
Show Gist options
  • Save tyrelsouza/4d8c53424653deca4e81 to your computer and use it in GitHub Desktop.
Save tyrelsouza/4d8c53424653deca4e81 to your computer and use it in GitHub Desktop.
Hide Github Comment and Close Button - Grease Monkey
// ==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