Created
September 20, 2016 21:06
-
-
Save mgiuffrida/ad4e5bc9c547eaa20e8f4b70d706af17 to your computer and use it in GitHub Desktop.
Jump to buildbot failure bookmarklet
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() { var els = document.querySelectorAll('ol .failure'); if (typeof window._jtf_i == 'undefined' || window._jtf_i >= els.length) window._jtf_i = 0; els[window._jtf_i++].scrollIntoView(); })(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment