Github Contribution Activity Removal

Removes the Github Contribution activity statistics for those who may not wish to see it. This is useful for people who may feel down for not contributing anything to a codebase for some time.

  1. // ==UserScript==
  2. // @name Github Contribution Activity Removal
  3. // @version 1.0
  4. // @description Removes the Github Contribution activity statistics for those who may not wish to see it. This is useful for people who may feel down for not contributing anything to a codebase for some time.
  5. // @match https://*github.com/*
  6. // @copyright 2015+, AJ
  7. // @namespace https://greasyfork.org/users/10111
  8. // ==/UserScript==
  9.  
  10.  
  11.  
  12. $('.contributions-tab > .boxed-group.flush').remove();
  13. $('.contributions-tab > .activity-listing').remove();