Open firebug lite through javascript

949 Views Asked by At

I want to open firebug lite through javascript code. I didnt find any proper solution. Can anyone help on this?

Thanks in advance

1

There are 1 best solutions below

4
Taufiq Rahman On BEST ANSWER

Try this:

<script type="text/javascript" src="https://getfirebug.com/firebug-lite.js#startOpened=true"></script>

More about it here