Skip to content

Instantly share code, notes, and snippets.

@mgiuffrida
Created September 20, 2016 21:06
Show Gist options
  • Save mgiuffrida/ad4e5bc9c547eaa20e8f4b70d706af17 to your computer and use it in GitHub Desktop.
Save mgiuffrida/ad4e5bc9c547eaa20e8f4b70d706af17 to your computer and use it in GitHub Desktop.
Jump to buildbot failure bookmarklet
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