Skip to content

Instantly share code, notes, and snippets.

@pchw
Created June 5, 2018 01:59
Show Gist options
  • Save pchw/5465ed88b9b1e443755dd859a83dc775 to your computer and use it in GitHub Desktop.
Save pchw/5465ed88b9b1e443755dd859a83dc775 to your computer and use it in GitHub Desktop.
bookmarklet for append branch name into fixed bar on GitHub PR files tab
javascript:(function(){document.getElementsByClassName('diffbar')[0].appendChild(document.getElementsByClassName('head-ref')[0]);})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment