This bookmarklet removes a web page’s current styling and applies markdown style to it. No conversion, just style.
1. Create a bookmarklet with the following javascript as the URL.
javascript:(function(){var s=document.createElement('script');s.src='https://dl.dropbox.com/s/5tyy4xskrda9r28/markdownify.js?token_hash=AAE5s_WBThN9O1mx6AfsPqSY6xjNvD47n6-24vn-ourX_w&dl=1';document.body.appendChild(s);})();