agusibrahim / Android-Web-Inspector

How to Inspecting Android WebView, Network logs, XHR logs (including url request and parameter) and Element/DOM inspecting
https://play.google.com/store/apps/details?id=ai.agusibrahim.xhrlog
63 stars 26 forks source link

Does not work for sites that redefine `$$` #11

Open Nixinova opened 3 years ago

Nixinova commented 3 years ago

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.