- Create a bookmark for this URL:
javascript:(function(){var id=location.href.match(/trello\.com\/c\/([a-zA-Z0-9]{8})\//)[1];$.get('/1/cards/'+id+'/actions?filter=updateCard:desc').done(function(res){prompt('ctrl-c to copy',res[0].data.old.desc)})})()
-
Open a card in trello
-
Open the bookmark
-
An alert is shown with the previous description (if any)