How to inspect my website CSS/HTML elements in my Android browser
You can inspect elements of a website in your Android device using Chrome browser. Open your Chrome browser and go to the website you want to inspect.
Copy This Code
javascript:(function () { var script = document.createElement('script'); script.src="//cdn.jsdelivr.net/npm/eruda"; document.body.appendChild(script); script.onload = function () { eruda.init() } })();
This comment has been removed by the author.
ReplyDelete