Skip to content

Instantly share code, notes, and snippets.

@veryblue
Created January 8, 2015 08:16
Show Gist options
  • Save veryblue/f22061e24d1f0b5fc460 to your computer and use it in GitHub Desktop.
Save veryblue/f22061e24d1f0b5fc460 to your computer and use it in GitHub Desktop.
GitHub用 bookmarklet
javascript:$('.discussion-item-body').each(function(){$(this).css('display','block')});
javascript:$('time').each(function(){$(this).html($(this).attr('title'))});
javascript:location.href=location.href+'?w='
@veryblue
Copy link
Author

veryblue commented Jan 8, 2015

「Web制作者のためのGitHubの教科書」に掲載されていたブックマークレットです。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment