
Although Chrome has its own Web Developer extension, Firebug Lite does not disappoint by a mile. You can view html, css and any script used to build the webpage.

Bookmark this page on your iPad or iPhone.

To have Firebug Lite installed on iPad and iPhone, here’s how: Installing Firebug Lite on iPad or iPhoneīookmarklets doesn’t really go well with iPad and iPhone. This makes it easier for you to do some inspection. The solution is Firebug Lite, a JavaScript file you can insert into your pages to simulate some Firebug features in browsers that are not named 'Firefox'. Now you can hover your mouse cursor to any part of the elements available on the web page, and you will see the html line highlighted.
How to install firebug lite on mobile download#
The (+) means there are more lines closed under the one-liner of html, and if you highlight the line, you will see which part of the page it represents.īut if you want to make it easier to spot the lines represented by any text, photo, link or any other elements on the web page itself, click on the ‘Inspect’ button. If you need using Firebug Lite while offline, download the code, copy it to a local destination, and link the firebug-lite.js in the TOP of the HEAD of your document: