Below you will find a set of texts used on TypeRacer. Certain texts only appear on certain difficulties.
Rank |
ID |
Text |
Length |
Races |
Difficulty Rating |
Top Score |
Top 100 |
Average |
Active Since |
1. |
#4120004 |
The dinosaur we are learning about in this book is the Pachycephalosaurus. This dinosaur is famous for its thick dome-like skull. We are going to learn about this dome structure, the dinosaur's appearance, behavior, and how it related to its environment and the dinosaurs it lived with. |
286 |
2 |
1.314 |
170.36 — B4CK (ayeyuhskuh) |
136.67 |
136.67 |
November 24, 2018 |
2. |
#4120002 |
Abandon all hope ye who enter here. |
35 |
11 |
1.169 |
177.47 — B4CK (ayeyuhskuh) |
134.66 |
134.66 |
October 8, 2018 |
3. |
#4120005 |
l>
<head>
<link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon">
<title>Error</title>
<!-- userPrefs = {} -->
<meta name="theme" content="None">
<link rel="stylesheet" type="text/css" href="/public/theme/shared-styles.css" media="screen"/>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700,700i,900,900i" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="/public/theme/redesign.css" media="screen"/>
<link rel="stylesheet" type="text/css" href="/public/theme/profile.css" media="screen"/>
<script>
function getElementByTag(tagName) {
return document.getElementsByTagName(tagName)[0]
}
/** Creates a new DOM element of the given tag name with the given attribute map */
function createDomElement(name, attrs) {
var elem = document.createElement(name);
if (attrs) {
for (var a in attrs) {
if (attrs.hasOwnProperty(a)) {
elem.setAttribute(a, attrs[a]);
}
}
}
return elem;
}
</script>
<style>
iframe[name="__cmpLocator"] {
display: none;
}
</style>
<!-- Begin comScore Tag -->
<script>
var _comscore = _comscore || [];
_comscore.push({ c1: "2", c2: "22419751" });
(function() {
var s = document.createElement("script"), el = document.getElementsByTagName("script")[0]; s.async = true;
s.src = (document.location.protocol == "https:" ? "https://sb" : "http://b") + ".scorecardresearch.com/beacon.js";
el.parentNode.insertBefore(s, el);
})();
</script>
<noscript>
<img src="https://sb.scorecardresearch.com/p?c1=2&c2=22419751&cv=2.0&cj=1" />
</noscript>
<!-- End comScore Tag -->
<script type="text/javascript">window.google_analytics_uacct = "UA-1569770-7";</script>
<!-- Google Tag Manager -->
<script>
!function(e){var s=new XMLHttpRequest;s.open("GET","https://api.enthusiastgaming.net/scripts/cdn.enthusiast.gg/script/eg-aps/production/eg-aps-bootstrap.bundle.js?site=typeracer.com",!0),s.onreadystatechange=function(){var t;4==s.readyState&&(200<=s.status&&s.status<300||304==s.status)&&((t=e.createElement("script")).type="text/javascript",t.text=s.responseText,e.head.appendChild(t))},s.send(null)}(document);
(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-TN98LCB');
</script>
<!-- End Google Tag Manager -->
<style>
.themeContent {
margin-right: 320px;
margin-left: 320px;
}
.northWidget {
min-height: 90px;
display: flex;
justify-content: center;
align-items: center;
}
.westWidget {
float: left;
width: 300px;
min-height: 600px;
overflow-x: hidden;
}
.westWidget .sidewall-ad-slot {
min-height: 600px;
}
/* */
.eastWidget {
float: right;
width: 300px;
overflow-x: hidden;
}
.eastWidget .sidewall-ad-slot {
min-height: 600px;
}
@media screen and (max-width: 1440px) {
.westWidget {
display: none;
}
.themeContent {
margin-left: 0;
}
}
@media screen and (max-width: 1248px) {
.northWidget {
display: none;
}
.eastWidget {
display: none;
}
}
.adsBottom {
margin-top: 10px;
margin-left: 180px;
padding-bottom: 20px;
}
a.noUnderline {
text-decoration: none;
}
.userProfilePicLink img {
border: none;
}
a img:hover {
opacity: .75;
}
table.scoresTable {
width: 100%;
margin-top: 10px;
}
table.scoresTable td, table.scoresTable th {
vertical-align: top;
text-align: center;
padding-right: 5px;
padding-left: 5px;
border-left: 1px dotted gray;
}
table.scoresTable th {
border-bottom: 1px dotted gray;
border-top: 1px dotted gray;
}
table.scoresTable td:first-child, table.scoresTable th:first-child {
border-left: none;
}
table.scoresTable tr:first-child {
background-color: aliceblue;
}
.fullTextStr {
font-size: 125%;
font-family: serif;
background-color: #F1FFFF;
padding: .5ch 1ch;
border-radius: 1ch 1ch 1ch 0;
}
.fullTextStr:before {
content: open-quote;
font-size: 125%;
font-weight: bold;
}
.fullTextStr:after {
content: close-quote;
font-size: 125%;
font-weight: bold;
}
.fieldDescription {
font-style: italic;
font-weight: normal;
}
.mainUserHeader {
background-color: inherit;
vertical-align: middle;
}
.mainUserInfo {
padding: 0 10px 0 0;
}
.mainUserInfo.signed-in {
font-size: 90%;
}
.mainUserInfoBox tr.headRow td + td {
/* NOTE: `td + td` is equivalent to `td:not(:first-child)`, but with wider browser support (see https://stackoverflow.com/a/15033187/) */
color: #466;
}
.mainUserInfoBox th {
color: #466;
/*font-size: 90%;*/
font-weight: normal;
}
.mainUserInfoBox a {
color: #F70;
font-weight: normal;
}
.mainUserInfoBox td {
text-align: initial;
}
</style>
</head>
<body >
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-TN98LCB"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<script>
window.addEventListener('load', () => {
if(window.egAps && typeof(window.egAps.launchAds)==="function"){
console.log("::: EG: Launch Ads :::");
egAps.launchAds();
}
});
</script>
<div id="offcanvas" class="mobileNav">
<div id="offcanvas-close" class="mobileNav__close"> |
5790 |
3 |
1.151 |
149.12 — B4CK (ayeyuhskuh) |
122.64 |
122.64 |
October 8, 2018 |
4. |
#4120003 |
Toned, tan, fit and ready, turn it up 'cause it's gettin' heavy. Wild wild west coast, these are the girls I love the most. I mean the ones, I mean like she's the one. Kiss her, touch her, squeeze her buns. The girl's a freak, she drive a jeep, and live on the beach. I'm okay, I won't play, I love the bait just like I love LA. Venice Beach and Palm Springs, summertime is everything. Homeboys, bangin' out, all-that-ass hangin' out. Bikinis, zucchinis, martinis, no weenies, just the king and the queeny. Katy, my lady (yeah). Lookie here, baby (uh huh). I'm all up on ya 'cause you're representin' California (oh yeah). |
622 |
1 |
0.891 |
137.15 — Vielle (arc_sec) |
137.15 |
137.15 |
October 8, 2018 |
5. |
#4120000 |
I couldn't take it, couldn't stand another minute. Couldn't bear another day without you in it. All of the joy that I had known for all my life was stripped away from me the minute that you died. To have you in my life was all I ever wanted, but now without you I'm a soul forever haunted. Can't help but feel that I had taken you for granted. No way in hell that I can ever comprehend this. I wasn't dreaming when they told me you were gone. I was wide awake and feeling that they had to be wrong. How could you leave me when you swore that you would stay? Now I'm trapped inside a nightmare every single f'ing day. It's like a movie, but there's not a happy ending. Every scene fades black, and there's no pretending. This little fairy tale doesn't seem to end well; there's no knight in shining armor who will wake me from the spell. I know you didn't plan this. You tried to do what's right. But in the middle of this madness. I'm the one you left to win this fight. |
970 |
2 |
0.846 |
109.58 — B4CK (ayeyuhskuh) |
107.95 |
107.95 |
October 8, 2018 |
6. |
#4120001 |
I know you're broken down by anger and by sadness. You feel I left you in a world that's full of madness. Wish I could talk to you, if only for a minute; make you understand the reasons why I did it. I wanna tell you that you're all that ever mattered. Want you to know that, for eternity, I'm shattered I tried so hard just to protect you, but I failed to and in a prison of abandonment I've jailed you. I never planned that I would leave you there alone. I was sure that I would see you when I made it back home and all the times I swore that it would be okay - now I'm nothing but a liar, and you're thrown into the fray. This bedtime story ends with misery ever after. The pages are torn, and there's no final chapter. I didn't have a choice, I did what I had to do I made a sacrifice, but forced a bigger sacrifice on you. I know you've lived a nightmare, I caused you so much pain, but baby, please don't do what I did. I don't want you to waste your life in vain. |
970 |
1 |
0.801 |
115.42 — nothing (galaxiedhomerow) |
115.42 |
115.42 |
November 24, 2018 |