ztype-trainer
Trainer for the famous typing game ZType (http://zty.pe/)
How to use
###Online
- Head to zty.pe to play the game.
- In Chrome, open
Developer Tool
, (press F12 on windows), go toConsole
tab, paste and execute the following code:
var script = document.createElement("script");script.type = "text/javascript";script.src = "https://rawgit.com/KevinWang15/ztype-trainer/master/ztype-trainer.js";document.getElementsByTagName("head")[0].appendChild(script);
###Offline
Just clone this repo and use an http-server to serve the website.
e.g. Using http-server
git clone https://github.com/KevinWang15/ztype-trainer
cd ztype-trainer
http-server
and visit http://localhost:8080
###RawGit.com (http://rawgit.com/)
Served via MaxCDN
http://cdn.rawgit.com/KevinWang15/ztype-trainer/master/index.html