How to Open Inspect Element on any Android In 2022 Using Chrome?

Inspect Element is an extremely powerful browser tool. Inspect Element is an excellent tool for learning what makes the web tick, determining what's broken on your sites, mocking up what a color and font change would look like, and many more. 

Many developers believe that this tool is only useful in desktop browsers, but you can use a trick to use it in Android Chrome.

Let's learn how to use Google Chrome Inspect Element in your Android Phone.

STEP 1: COPY THIS JAVASCRIPT

You should copy this JavaScript.

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


STEP 2: GO TO ANY SITE AND BOOKMARK IT

Tap on 3 dots.


Tap on Bookmark Icon.


Edit The Bookmark by Clicking Edit.



Change Name to Inspect Element and URL to JavaScript that you copied earlier.


Then remove chrome app from recent apps. And re-open chrome application.

And search Inspect Element on search bar.


After clicking on Inspect Element then you will see a floating icon on the website you have visited. Clicking on that icon will open Inspect Element tool.





This is how you can use inspect element on your android chrome application.














Post a Comment

Cookie Consent
We serve cookies on this site to analyze traffic, remember your preferences, and optimize your experience.
Oops!
It seems there is something wrong with your internet connection. Please connect to the internet and start browsing again.
AdBlock Detected!
We have detected that you are using adblocking plugin in your browser.
The revenue we earn by the advertisements is used to manage this website, we request you to whitelist our website in your adblocking plugin.
Site is Blocked
Sorry! This site is not available in your country.