Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
November 23, 2021 06:14 am GMT

I wrote a script to bring Chrome DevTools to Android

Hey everyone, I wrote a script to bring DevTools (based on eruda) to Android Chrome. It works on any website, and you can access it by shaking your phone. It uses a local VPN tunnel to dynamically inject the script into a page. Installation is simple, takes around 10 minutes.

Some features include:

  • Execute JavaScript on page

  • Select an element on the page to view its properties

  • Inspect incoming and outgoing network requests

A 1-minute demo:

Feel free to check out the repo here!

GitHub logo leohku / andure

DevTools for Android Chrome works on any website, on any Chromium browser.

Andure Logo

Andure DevTools for Android Chrome

Version: v1.0.5License: MITChat: Discord

Based on eruda, andure dynamically injects web-based DevTools into any website through a local VPN tunnel (using AdGuard HTTPS filtering), allowing for inspection and debugging similar to desktop Chromium DevTools.

To start DevTools for a website, simply shake your phone and a prompt will appear.

To install, follow the installation section below.

1-Minute Demo

Andure.Demo.mov

Visit https://youtu.be/fVCdcvZ7Cv8 if the above video cannot be played.

Features

  • Execute JavaScript on page
  • Select an element on the page to view its properties
  • Inspect incoming and outgoing network requests
  • Inspect website source
  • Show localStorage, and cookie information
  • etc.

See eruda docs for more features.

Installation

  1. Download the andure script from this repo and save it on your phone. (For browsers with devicemotion disabled, e.g. Brave, there is another script that shows the DevTools button persistently)
  2. Install AdGuard for Android and enable HTTPS filtering.
  3. In Settings >

Original Link: https://dev.to/leohoxyz/i-wrote-a-script-to-bring-chrome-devtools-to-android-28gd

Share this article:    Share on Facebook
View Full Article

Dev To

An online community for sharing and discovering great ideas, having debates, and making friends

More About this Source Visit Dev To