Skip to content

Mobile browser extension based on Eruda for debugging.

License

Notifications You must be signed in to change notification settings

volleio/mobile-devtools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mobile DevTools

A mobile browser extension for debugging web apps. Based on the open source project Eruda, Mobile DevTools allows you to view the console, DOM elements, network traffic, page source, resources, and more.

Click the extensions's icon in the toolbar or menu to open the overlay. Drag the top menu left & right and tap on a tab to open:

  • Console: View JavaScript logs, errors, warnings, and other debug info. Execute arbitrary JS to interact with the webpage.
  • Elements: Drill down into the DOM tree to see attributes, inline styles, CSS rules, and computed styles.
  • Network: Record in detail the network requests being made and inspect the responses.
  • Resource: Show local storage, session storage, cookies, scripts, stylesheets, iframes, and image assets.
  • Sources: Source code viewer for HTML, JS, and CSS.
  • Info: View the current URL, User Agent, and device details.
  • Snippets: Execute useful JavaScript snippets. If you're a developer and would like to add additional plugins, please visit Eruda's documentation at https://github.com/liriliri/eruda and contact the developer of this extension!

Mobile DevTools may not work on all websites, depending on the page content's security policies.

About

Mobile browser extension based on Eruda for debugging.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published