Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
IEのIe7ブラウザモード(F12)でFirebugコンソールを表示するために仮想マシンをインストールせずに回避策を知っている人はいますか?IE8とIE9のモードで正常に表示されます。
私は何かを見つけて、それがここで他の人に役立つかもしれないと思いました。
基本的に、jsスクリプトを直接呼び出して、ブックマークレットをクリックする代わりに、テストする実際のサイト/page自体に配置します。他のブラウザモードでも、ブックマークレットで許可されているよりもバグが少なくなります。
<script src='http://getfirebug.com/releases/lite/1.2/firebug-lite-compressed.js'></script>