Javascript console in mobile browser
Read more
in this article we learn how to access the developer console in our chrome browser by typing a simple command.
Read more
Basically, we use eruda ,eruda is a console for mobile browsers. So here is the code so you copy-paste in your browser.
Read more
(function () { var script = document.createElement('script'); script.src="//cdn.jsdelivr.net/npm/eruda";
Read more
Copy-paste this code and open your mobile browser then paste this, and the browser removes javascript: word from this line so type javascript: manually and click on search or ente
Read more
Click on read more and read full article and run console in your mobile browser
Read more