Skip to content

Instantly share code, notes, and snippets.

@taea
Last active December 16, 2015 07:19
Show Gist options
  • Save taea/5398278 to your computer and use it in GitHub Desktop.
Save taea/5398278 to your computer and use it in GitHub Desktop.
dotjsでOctocatを荒ぶるkomagataアイコンに差し替える
// ~/.js/github.com.js
$('a.header-logo-invertocat').css({'padding-top': '2px', 'padding-bottom': '0'}).html(
$('<img>')
.attr('src', 'http://docs.komagata.org/theme/p0t/images/movable_face.gif')
.css({'width': 'auto', 'height': '34px'})
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment