This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
automates typing in TypeRacer (typeracer.com) | |
it will try to get secified wpm, but wpm in TypeRacer is complex so its not perfect | |
use: | |
-> run `await raceit(wpm)` when race about to start (countdown is ongoing) | |
*/ | |
async function raceit(wpm) { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<title>Simple Markers</title> | |
<script src="https://polyfill.io/v3/polyfill.min.js?features=default"></script> | |
<!-- jsFiddle will insert css and js --> | |
<script> | |
function initMap() { | |
let myStyles = [ | |
{ |