Android-Web-Inspector
Android-Web-Inspector copied to clipboard
Does not work for sites that redefine `$$`
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 app unusable. Errors are of the form Uncaught TypeError: $$.print is not a function.