Skip to content

Instantly share code, notes, and snippets.

@poly2d
Last active February 18, 2020 03:28
Show Gist options
  • Save poly2d/6b83590744863fea6c1300a633ff40c7 to your computer and use it in GitHub Desktop.
Save poly2d/6b83590744863fea6c1300a633ff40c7 to your computer and use it in GitHub Desktop.
Hide Github grass
// ==UserScript==
// @name hide_grass_patch.user.js
// @namespace https://github.com/poly2d
// @match https://github.com/*
// @version 1.0
// @author poly2d
// @description Hides the contributions graph on Github user profile pages
// ==/UserScript==
console.info('Hiding contributions graph')
document.getElementsByClassName('js-yearly-contributions')[0].setAttribute('hidden', '');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment