Created
September 19, 2014 09:24
-
-
Save restlessmedia/74651eed15d78f603f54 to your computer and use it in GitHub Desktop.
Trello visible card counter bookmarklet
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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