Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am poly2d on github.
  • I am poly2d (https://keybase.io/poly2d) on keybase.
  • I have a public key ASAWnj4TDWcEgGb1dE-kTMAhTj1AIfbUAFhJOcc_oSCEago

To claim this, I am signing this object:

https://t.co/SJai5kJiAZ
@poly2d
poly2d / hide_grass_patch.user.js
Last active February 18, 2020 03:28
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', '');