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.
June Newsletter
1 year ago
No comments:
Post a Comment