user1636102
user1636102

Reputation: 121

Open firebug lite through javascript

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

Thanks in advance

Upvotes: 1

Views: 986

Answers (1)

Taufiq Rahman
Taufiq Rahman

Reputation: 5704

Try this:

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

More about it here

Upvotes: 1

Related Questions