Skip to content

Instantly share code, notes, and snippets.

@johnmichel
Created September 4, 2012 21:01
Show Gist options
  • Save johnmichel/3626409 to your computer and use it in GitHub Desktop.
Save johnmichel/3626409 to your computer and use it in GitHub Desktop.
Making copyable Bitbucket changelogs quick and easy
// https://bitbucket.org/REPOSITORY/compare/NEWERHASH..OLDERHASH
// run the code below in the console for the page above
$('td.author, td.hash, td.labels, td.date').css('display','none');
$('td.text').css('width','1000px');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment