Android-Web-Inspector
Android-Web-Inspector copied to clipboard
How to Inspecting Android WebView, Network logs, XHR logs (including url request and parameter) and Element/DOM inspecting
If you have something like this: console.log('one', 'two', 'three'); you will only see > one logged to the console. You'll need to manually wrap the params in an Array and...
I started a fork of this awesome project at [AmanoTeam/WebInspector](https://www.github.com/AmanoTeam/WebInspector). * The codebase has been restructured but most of it's original behavior has been kept * This fork uses the...
This app defines a JavaScript object `$$` which it then uses to perform actions. However, on a site I have defined `$$` to be an alias of `document.querySelectorAll`, making the...
Screenshot 
With your app being open source, would you mind publishing the `.apk` e.g. here at Github, so folks without Playstore access can try it out? Thanks in advance!
I'm interested in this feature as most websites have ad pop-ups as a result not not so easy to inspect the page i wanted. There's a specific newer ad pop-ups...
Dear Sir, My name is Valeria. I'm a Graphic Designer and I'd like to propose you a new icon I developed for your App. I think that it can make...
Hello, sir. I want to offer you something, do you need a new logo for your application? if you want i can make it.
#### Expected behavior When the device is rotated, it is expected that the application retains the state before the rotation. #### Actual behavior When i use Web inspector and rotate...