Skip to content

Instantly share code, notes, and snippets.

@restlessmedia
Created September 19, 2014 09:24
Show Gist options
  • Save restlessmedia/74651eed15d78f603f54 to your computer and use it in GitHub Desktop.
Save restlessmedia/74651eed15d78f603f54 to your computer and use it in GitHub Desktop.
Trello visible card counter bookmarklet
javascript:alert([].join.call($('.list:not(.add-list)').map(function(){return $(this).find('h2').text() + ': ' + $(this).find('.list-card:not(.hide)').length}),'\n') + '\n\n' + 'Total: ' + $('.list-card:not(.hide)').length)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment