How To Edit Inspect Elements on Android Chrome (Easy Ways)

Are you looking to edit Inspect Elements on Android? In this article, I will show you how to inspect elements on Chrome for Android or iPhone. You can follow these instructions here.

Inspecting elements on a web page is, very important for web development.

Because it lets developers see and change a website’s HTML and CSS code.

It’s usually done on desktop browsers like Chrome.

But it turns out, some people might not know that you can also do it on an Android phone using Google Chrome.

How To Enable Inspect Element in Android Chrome

how to use inspect element on chrome android

To use Inspect Element in Android Chrome, you can follow these steps:

1. Open the Google Chrome App on your Android/iPhone Device

2. Go to any website you want to Inspect

3. Select the three menu dots in the top right corner

4. Select the Star icon (Bookmark)

5. Then Edit

6. Change the Name to “Inspect Element” in the URL section, Enter the following code:

Enter the following Javascript code:
Javascript:(function () {
var script = document.createElement(‘script’);
script.src=”//cdn.jsdelivr.net/npm/eruda”;
document.body.appendChild(script);
script.onload = function () {
eruda.init()
}
})();

7. Then Save

8. Now look for Inspect Element (Mobile Bookmark)

9. Select the logo in the lower right corner

10. After that, you can see Inspect Element on Website with your Android phone

How to Open Inspect Element on Android Without Application

inspect element website on android chrome

Here’s how to edit the inspect element on Android without an application:

  1. To start, power on your Android phone.
  2. Next, launch the most recent update of the Google Chrome Browser app.
  3. Following that, access the specified link or website address.
  4. Then, change the URL or link by adding the “view-source:” keyword.
  5. Finally, press enter or visit the edited URL to view the website’s source code.
Read More:  How to Convert HEIC to JPG on Android (Easy Ways)

How to Edit Inspect Element on Android With Application

chrome android inspect element

Here’s how to use the inspect element feature with an Android application:

  • Turn on your Android phone.
  • Then, go to the Google Play Store and find the Inspect and Edit HTML Live application.
  • If you find it, download and install the application.
  • Once installed, open the application.
  • Next, visit any website you want to inspect.
  • Then, tap on the index finger icon located at the top right corner of the screen.
  • If the icon becomes blue, you can tap or select any part of the webpage.
  • Afterward, the source code of the webpage will appear, for the part you selected.

Why is Inspecting Elements Important?

Inspecting elements is an invaluable skill for various reasons:

  1. Debugging and Troubleshooting: Easily identify and fix issues with web pages by pinpointing problematic elements or CSS rules.
  2. Learning Web Development: Developers can learn from existing websites to understand HTML, CSS, and JavaScript practices.
  3. Design Exploration: Designers can experiment with different visual styles and layouts by modifying a website’s CSS through inspect elements.
  4. SEO Optimization: Analyzing elements helps SEO professionals understand website structure for better search engine rankings.

So that’s information about how to use Inspect Element in Android Chrome. Hope this helps as a reference.

Fathurrahman
Fathurrahman

Experienced Blogger since 2014 and Tech Enthusiast, with a background in Computer Science. Passionate about everything related to computer technology, the internet, Android smartphones, and gaming. Enjoys sharing free and valuable information with everyone through Teknoding.com