Fix: Font size overwritten #3

This commit is contained in:
surunzi
2016-05-18 11:29:27 +08:00
parent 421748b4e7
commit 409aa55bb4
3 changed files with 6 additions and 1 deletions

View File

@@ -14,7 +14,7 @@ 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/](http://liriliri.github.io/eruda/)
In order to try it on different sites, execute the script below on address bar.
In order to try it for different sites, execute the script below on browser 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() } })();