Created
June 5, 2018 01:59
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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