본문 바로가기
  • 행복하게 오래오래 개발자로 살아가기
FrontEnd

firefox 브라우져 외에 다른 브라우져에서 파이어버그 띄우기

by yundev 2014. 8. 8.
반응형

개발을 하다가 우연히 발견하게된 

파이어버그 툴 창 띄우기 소스 



<p>

      <a href="javascript:if(!window.firebug){window.firebug=document.createElement(&quot;script&quot;);firebug.setAttribute(&quot;src&quot;,&quot;http://getfirebug.com/releases/lite/1.2/firebug-lite-compressed.js&quot;);document.body.appendChild(firebug);(function(){if(window.firebug.version){firebug.init()}else{setTimeout(arguments.callee)}})();void (firebug);if(window.debug&&debug.setCallback){(function(){if(window.firebug&&window.firebug.version){debug.setCallback(function(b){var a=Array.prototype.slice.call(arguments,1);firebug.d.console.cmd[b].apply(window,a)},true)}else{setTimeout(arguments.callee,100)}})()}};">Debug + Firebug Lite</a> 

    </p>


출처 : http://benalman.com/code/projects/php-simple-proxy/examples/simple/

반응형

'FrontEnd' 카테고리의 다른 글

이미지 수직 가운데 정렬  (0) 2014.08.20
웹접근성 관련 사이트  (0) 2014.08.19
JSON과 XML  (0) 2014.06.18
css3 버튼 만들어 주는 사이트  (1) 2014.05.18
새 창 띄우기  (0) 2014.05.14