Skip to content

Instantly share code, notes, and snippets.

View NiklasLehnfeld's full-sized avatar
:octocat:
🚀

Niklas Lehnfeld NiklasLehnfeld

:octocat:
🚀
View GitHub Profile
@NiklasLehnfeld
NiklasLehnfeld / brooklyn99.gif
Last active September 30, 2021 19:51
✌🏻
brooklyn99.gif
@NiklasLehnfeld
NiklasLehnfeld / cleanup-backlog.js
Last active December 3, 2021 20:13
Pivotal Tracker Backlog Cleanup
// Save this line as a bookmark in your browser and hit it when you are on your pivotal board.
// It will hide all the blocked stories and the iterations for you.
// You will quickly get a clean backlog where you can find a new open & unblocked story quickly :)
javascript:cleanup=function(){$('button[data-aid="VelocityIndicator"]').click() && $('input[id="velocity_overridden_velocity"]:text').val("100") && $('button[class="apply submit"]').click() && $('img[alt$="has blockers icon" i]').parent().parent().parent().parent().hide();};cleanup();