Created
May 5, 2021 03:04
-
-
Save CyberRex0/c831f258e0ca8741bef60c8ff9f60fa1 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Chromeでmisskey開いて | |
スマホでもできるF12検証ツール開こう | |
以下をURLバーに入力 | |
``` | |
javascript:(function () { var script = document.createElement('script'); script.src="//cdn.jsdelivr.net/npm/eruda"; document.body.appendChild(script); script.onload = function () { eruda.init() } })(); | |
``` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment