Skip to content

Instantly share code, notes, and snippets.

@bmccormack
Created December 19, 2017 15:34
Show Gist options
  • Save bmccormack/f4a512bc1752673d9c37d6f999902817 to your computer and use it in GitHub Desktop.
Save bmccormack/f4a512bc1752673d9c37d6f999902817 to your computer and use it in GitHub Desktop.
Hide Trello cards with label name
//change "Received" to the name of the label whose card you want to hide.
$('span[title^="Received"]').closest('.list-card').addClass('hide')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment