Skip to content

Instantly share code, notes, and snippets.

@lingo
Created December 1, 2014 16:18
Show Gist options
  • Save lingo/c21ac89a592021d81b3f to your computer and use it in GitHub Desktop.
Save lingo/c21ac89a592021d81b3f to your computer and use it in GitHub Desktop.
Trello Show Card numbers
/**
* To be used as a bookmarklet
* See: https://trello.com/c/PkIrgKzd/36-show-card-numbers
*/
(function(){
var e="display: inline-block !important; font-weight: bold; font-size: 16px; background: #E3E3E3; color: #0e74af; padding: 0.25em; border-radius: 5px 0 00; position: absolute; bottom: 0em; right: 0;";
$("<style>.card-short-id.hide {"+e+"}</style>").appendTo(document.head);
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment