Skip to content

Instantly share code, notes, and snippets.

@hunterlord
Created September 13, 2017 08:13
Show Gist options
  • Save hunterlord/72022f9a97a6503829b059490318bebc to your computer and use it in GitHub Desktop.
Save hunterlord/72022f9a97a6503829b059490318bebc to your computer and use it in GitHub Desktop.
快捷js
```
javascript:var a = document.body.innerHTML;var b = document.createElement('textarea');b.style.width='100%';b.style.height='100vh';b.value = a; document.body.innerHTML = ''; document.body.appendChild(b);
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment