Skip to content

Instantly share code, notes, and snippets.

@erikvold
Created July 17, 2013 02:41
Show Gist options
  • Select an option

  • Save erikvold/6017266 to your computer and use it in GitHub Desktop.

Select an option

Save erikvold/6017266 to your computer and use it in GitHub Desktop.
// ==UserScript==
// @id github.com-ca644dfe-7ffa-ee4f-ae5a-79160b99a673@scriptish
// @name Github Big Contributor Rankings
// @version 1.0
// @namespace
// @author Erik Vold
// @description
// @include https://github.com/*
// @run-at document-start
// @grant GM_addStyle
// ==/UserScript==
GM_addStyle("#contributors .person .rank { font-size: 20px; }");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment