Skip to content

Instantly share code, notes, and snippets.

@CyberRex0
Created May 5, 2021 03:04
Show Gist options
  • Save CyberRex0/c831f258e0ca8741bef60c8ff9f60fa1 to your computer and use it in GitHub Desktop.
Save CyberRex0/c831f258e0ca8741bef60c8ff9f60fa1 to your computer and use it in GitHub Desktop.
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