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.
Getting Big!
4 days ago
0 comments:
Post a Comment