I wanted something simple to allow me to copy the generated source:
javascript:(function(){ var y = document.createElement('TEXTAREA');y.value = '<pre><html>\n' + document.documentElement.innerHTML + '\n</html>';y.createTextRange().execCommand("Copy");})();
Works in IE only.
MCGINN GROUP FEBRUARY 2020 NEWSLETTER
4 years ago
No comments:
Post a Comment