Inspect element in android chrome browser

Hi guys welcome to this blog.If you are searching for how to inspect element in android browser then you are at the right place.In this blog we are going to learn about how to inspect element in android chrome browser.

Open chrome browser and click on the menu icon at top left of the screen.


Click on the star icon then you will see a option at bottom.


You will get screen like this


You can see three parameters there in Name section give any name you like Iam Giving the name Dev Tool and in the url section copy and paste the javascript code given below.

javascript:(function () { var script = document.createElement('script'); script.src="//cdn.jsdelivr.net/npm/eruda"; document.body.appendChild(script); script.onload = function () { eruda.init() } })();


Then go back and open a site and searh for the name you have given.In my it is Dev Tool .You will see a option with star icon at left side click on it.After the you click on it you will get a settings icon at bottom left of your screen just click on that we get option to inspect the webpage.

That's it for this blog guys.
Post a Comment (0)
Previous Post Next Post