We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d4a1c0 commit 5aef2b8Copy full SHA for 5aef2b8
debug/js/MobileConsole.md
@@ -1,3 +1,5 @@
1
Enter in address bar
2
-`javascript: (function () { var script = document.createElement('script'); script.src="//cdn.jsdelivr.net/npm/eruda"; document.body.appendChild(script); script.onload = function () { eruda.init() } })();`
+```
3
+javascript: (function () { var script = document.createElement('script'); script.src="//cdn.jsdelivr.net/npm/eruda"; document.body.appendChild(script); script.onload = function () { eruda.init() } })();
4
5
-> Mobile console :heart_eyes:
0 commit comments