mirror of
https://github.com/liriliri/eruda.git
synced 2026-03-20 09:38:37 +08:00
Fix: Network, resources style
This commit is contained in:
@@ -12,7 +12,13 @@ Logging things out on mobile browser is never an easy stuff. I used to include `
|
||||
|
||||

|
||||
|
||||
Browse it on your phone: [http://liriliri.github.io/eruda/index.html](http://liriliri.github.io/eruda/index.html)
|
||||
Browse it on your phone: [http://liriliri.github.io/eruda/](http://liriliri.github.io/eruda/)
|
||||
|
||||
In order to try it on different sites, execute the script below on address bar.
|
||||
|
||||
```javascript
|
||||
javascript:(function () { var script = document.createElement('script'); script.src="//liriliri.github.io/eruda/eruda.min.js"; document.body.appendChild(script); script.onload=function () { eruda.init() } })();
|
||||
```
|
||||
|
||||
## Features
|
||||
|
||||
|
||||
Reference in New Issue
Block a user