Skip to content

Instantly share code, notes, and snippets.

@tyage
Created October 17, 2014 04:39
Show Gist options
  • Save tyage/4d8146d768d9fda09777 to your computer and use it in GitHub Desktop.
Save tyage/4d8146d768d9fda09777 to your computer and use it in GitHub Desktop.
github上でファイル内容のみ表示する
var file = $('.file').css({ margin: 0 })
$('body').empty()
file.appendTo('body')
$('.meta').remove()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment