Skip to content

Instantly share code, notes, and snippets.

@keima
Created January 7, 2016 08:30
Show Gist options
  • Save keima/edfe41f688fe412d3ce4 to your computer and use it in GitHub Desktop.
Save keima/edfe41f688fe412d3ce4 to your computer and use it in GitHub Desktop.
GitHubのユーザーページに芝を生やすブックマークレット。アドレスバーに投げ込むと動く。少なくともChromeでは動いた。 https://github.com/keima みたいなページで動く。
javascript:var $svg=$("svg.js-calendar-graph-svg > g");$svg.children("g").map(function(){$(this).children().map(function(){$(this).attr("fill","#1e6823")})});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment