Skip to content

Instantly share code, notes, and snippets.

View fazli1702's full-sized avatar

Fazli Yazid fazli1702

View GitHub Profile
@harishanchu
harishanchu / typeracer.com-cheat.js
Last active August 28, 2023 04:54
typeracer.com cheat
//Before you start typing open your developer console and paste the following script
//Now pressing any key will result in to correct key press untill you reach next space key.
//I made the user push space to move further, so that someone viewing your typing will think you are not faking.
//warning: Site detects the WPM above 100 and asks you to do a captcha test.
var jq = document.createElement('script');
jq.src = "//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js";
document.getElementsByTagName('head')[0].appendChild(jq);
// ... give time for script to load, then type.
jQuery.noConflict();