Skip to content

krsntn/typeracer-cheat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

typeracer-cheat

A simple script that allows you to prank your friends with fast typing speed.

Steps

Script

var n=document.querySelectorAll('[unselectable="on"]');var t="";n.forEach(function(n){t+=n.innerHTML});var e=0;document.getElementsByClassName("txtInput")[0].addEventListener("keypress",function(n){n.preventDefault();this.value+=t[e++]});

About

A simple script that allows you to prank your friends with fast typing speed in Typeracer.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published