2013年1月16日 星期三

JS restore debug

於Chrome 中console下輸入~~
var i = document.createElement('iframe');
i.style.display = 'none';
document.body.appendChild(i);
window.console = i.contentWindow.console;