Skip to content

Instantly share code, notes, and snippets.

@jnewman
Last active December 16, 2015 02:49
Show Gist options
  • Save jnewman/5365625 to your computer and use it in GitHub Desktop.
Save jnewman/5365625 to your computer and use it in GitHub Desktop.
Makes pivotal issues that're not assigned red.
javascript:[].forEach.call(document.querySelectorAll('.story'),function(n){if(!n.querySelector('.owner')){console.info(n);n.style.color='#f00'}});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment