Created
January 7, 2016 08:30
-
-
Save keima/edfe41f688fe412d3ce4 to your computer and use it in GitHub Desktop.
GitHubのユーザーページに芝を生やすブックマークレット。アドレスバーに投げ込むと動く。少なくともChromeでは動いた。 https://github.com/keima みたいなページで動く。
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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