-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
index.html
241 lines (233 loc) · 13.7 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Idiots win.</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<link href="https://fonts.googleapis.com/css?family=Catamaran:400,300,600" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="css/idiots.css?v=2022-09-21T02:15:15.986Z">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Get overwhelmed by the internet's collective consciousness as you guess the first thing that comes up in Google's autocomplete.">
<link rel="apple-touch-icon" sizes="57x57" href="/apple-touch-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="/apple-touch-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="/apple-touch-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="/apple-touch-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="/apple-touch-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="/apple-touch-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="/apple-touch-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon-180x180.png">
<link rel="icon" type="image/png" href="/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="/android-chrome-192x192.png" sizes="192x192">
<link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96">
<link rel="icon" type="image/png" href="/favicon-16x16.png" sizes="16x16">
<link rel="manifest" href="/manifest.json">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
<meta name="apple-mobile-web-app-title" content="Idiots win.">
<meta name="application-name" content="Idiots win.">
<meta name="msapplication-TileColor" content="#ffc40d">
<meta name="msapplication-TileImage" content="/mstile-144x144.png">
<meta name="theme-color" content="#313131">
<meta name="twitter:card" content="summary">
<meta name="twitter:creator" content="@AhoyLemon">
<meta name="twitter:title" content="Idiots win.">
<meta name="twitter:description" content="Get overwhelmed by the internet's collective consciousness as you guess the first thing that comes up in Google's autocomplete.">
<meta name="twitter:image" content="https://idiots.win/img/twitter-card.png">
<meta name="twitter:url" content="https://idiots.win">
<meta property="og:title" content="Idiots win.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://idiots.win">
<meta property="og:image" content="https://idiots.win/img/og-wide.png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">
<meta property="og:description" content="Get overwhelmed by the internet's collective consciousness as you guess the first thing that comes up in Google's autocomplete.">
<meta property="og:email" content="lemon@idiots.win">
</head>
<body>
<script>const testing = false;</script>
<script>function sendEvent(c, a, l, v) {
if (v) {
gtag('event', a, {
'event_category': c,
'event_label': l,
'value': v
});
if (testing) {
console.log('CATEGORY: '+c+', ACTION:'+a+', LABEL:'+l+', VALUE:'+v);
}
} else if (l) {
gtag('event', a, {
'event_category': c,
'event_label': l
});
if (testing) {
console.log('CATEGORY: '+c+', ACTION:'+a+', LABEL:'+l);
}
} else {
gtag('event', a, {
'event_category': c
});
if (testing) {
console.log('CATEGORY: '+c+', ACTION:'+a);
}
}
}
</script>
<header id="ScoreHeader">
<div class="inner score-holder">
<div class="box zero" id="PerfectBox"><span class="perfect label">perfect</span><span class="perfect number" id="NumberPerfect">0</span></div>
<div class="box zero" id="GreatBox"><span class="great label">great</span><span class="great number" id="NumberGreat">0</span></div>
<div class="box zero" id="OkayBox"><span class="okay label">okay</span><span class="okay number" id="NumberOkay">0</span></div>
<div class="box zero" id="BadBox"><span class="bad label">bad</span><span class="bad number" id="NumberBad">0</span></div>
<div class="box zero" id="FailureBox"><span class="failure label">failure</span><span class="failure number" id="NumberFailure">0</span></div>
<div class="hamburger-holder">
<button class="hamburger">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100">
<circle class="fill" cx="50.6" cy="49.7" r="42"></circle>
<path class="outline" d="M50 96C24.6 96 4 75.4 4 50S24.6 4 50 4s46 20.6 46 46-20.6 46-46 46zm0-86.2C27.8 9.8 9.8 27.8 9.8 50s18 40.3 40.2 40.3S90.3 72.2 90.3 50 72.2 9.8 50 9.8z"></path>
<g class="open" id="HamburgerOpen">
<path class="question-mark" d="M47.6 58.9c-.6-.7-.9-1.6-.9-2.8 0-2.4.4-4.3 1.3-5.9.9-1.6 2.1-3.3 3.8-5.2 1.2-1.4 2.2-2.6 2.7-3.6.6-.9.9-2 .9-3.2 0-1.3-.5-2.3-1.4-3.1-1-.7-2.3-1.1-3.9-1.1-1.5 0-2.9.3-4.1.9-1.3.6-3 1.5-5.1 2.8-1.3.7-2.4 1.1-3.3 1.1-1 0-1.8-.4-2.5-1.3s-1-1.9-1-3.1c0-.8.1-1.5.5-2.1.3-.6.8-1.1 1.4-1.6 2-1.6 4.4-2.9 7-3.8 2.7-.9 5.3-1.4 8-1.4 2.9 0 5.4.5 7.7 1.5s4.1 2.4 5.3 4.2c1.3 1.8 1.9 3.8 1.9 6 0 1.7-.3 3.3-1 4.7-.7 1.4-1.5 2.6-2.4 3.7-.9 1-2.2 2.3-3.7 3.8-1.8 1.6-3.1 3-4 4.1-.9 1.1-1.4 2.3-1.7 3.6-.2.9-.6 1.6-1.1 2-.6.5-1.3.7-2.1.7-1 .1-1.8-.2-2.3-.9zm-1.7 14.8c-1.1-1.1-1.7-2.6-1.7-4.3 0-1.7.6-3.1 1.7-4.3s2.5-1.7 4.2-1.7c1.7 0 3 .6 4.2 1.7 1.1 1.1 1.7 2.6 1.7 4.3 0 1.7-.6 3.1-1.7 4.3-1.1 1.1-2.5 1.7-4.2 1.7-1.7 0-3.1-.5-4.2-1.7z"></path>
</g>
<g class="close" id="HamburgerClose">
<path class="x" d="M70.3 69c0 1.3-.5 2.4-1.5 3.3-1 .9-2.1 1.4-3.4 1.4-1.3 0-2.4-.6-3.4-1.7L49.6 56.9 37 72.1c-1 1.1-2.1 1.7-3.4 1.7-1.2 0-2.3-.5-3.3-1.4-1-.9-1.5-2.1-1.5-3.3 0-1.1.4-2.1 1.2-3L43.5 50l-13-15.8c-.8-1-1.3-2-1.3-3 0-1.3.5-2.4 1.5-3.3 1-.9 2.1-1.4 3.3-1.4 1.3 0 2.5.6 3.4 1.7l12.1 14.6 12-14.6c1-1.1 2.1-1.7 3.4-1.7 1.2 0 2.3.5 3.3 1.4 1 .9 1.5 2.1 1.5 3.3 0 1.1-.4 2.1-1.2 3l-13 15.6L69 65.9c.9 1 1.3 2 1.3 3.1z"></path>
</g>
</svg>
</button>
</div>
</div>
</header>
<div class="sidebar">
<ul>
<li><span class="label">Game by</span><span class="indent"><a href="https://ahoylemon.xyz" onClick="sendEvent('outside link', 'http://ahoylemon.xyz', 'sidebar')">Lemon</a></span></li>
<li><span class="label">with a lot of help from</span><span class="indent"><a href="https://thefpl.us/meet/montrith" onClick="sendEvent('outside link', 'https://thefpl.us/meet/montrith', 'sidebar')">Montrith</a></span></li>
<li><span class="label">and no involvement from</span><span class="indent">Google</span></li>
<li><span class="label">but you can</span><span class="indent"><a href="https://forms.gle/rUqgY6RYu6nbv2Hu9" onClick="sendEvent('outside link', 'https://forms.gle/rUqgY6RYu6nbv2Hu9', 'sidebar')">add a query</a> if you want!</span></li>
<li> <span class="label">More info in the </span><span class="indent"><a href="https://github.com/AhoyLemon/idiots.win#readme" onclick="sendEvent('outside link', 'https://github.com/AhoyLemon/idiots.win', 'sidebar')">GitHub Readme</a></span><span class="label">Current round count</span><span class="indent"><span class="number-of-rounds" id="RoundCount"></span></span></li>
<li id="AddToHomeScreen"><span class="label">but you should probably</span><span class="indent"> <a style="font-weight:bold;" id="HomescreenLink"></a><b>.</b></span></li>
</ul>
</div>
<div class="homescreen-help-holder helper-holder" id="HomescreenHolder">
<div class="homescreen-help">
<div class="tap-that-icon top-right-icon">Tap that <span class="opera">heart </span>icon <span class="arrow">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 83.6 100">
<path d="M.1 41.7L41.8 0l41.8 41.7v27.6L51.9 37.6V100H31.6V37.8L0 69.3"></path>
</svg></span></div>
<p class="ios">Tap the icon below, then choose <b>Add To Home Screen </b>from the menu that appears.</p>
<p class="android">Then choose<b>Add to Home screen</b> from the menu that appears.</p>
<p class="edge">Then choose <b>Pin this page to start</b> from the menu that appears.</p>
<p class="desktop-chrome">Then choose <b>More Tools</b> and then <b>Add To Desktop</b></p><a class="button close-homescreen-help" id="CloseHomeScreenHelp">Okay, did it.</a>
<div class="tap-that-icon ios bottom-center-icon"><span class="arrow">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 83.6 100">
<path d="M83.6 58.3L41.8 100 0 58.3V30.7l31.8 31.7V0H52v62.2l31.6-31.5"></path>
</svg></span></div>
</div>
</div>
<main>
<div class="child">
<h1 class="search-top">What is Google's top result for...</h1>
<div class="search-box">
<div class="fake-input" id="FakeSearch"></div>
<ul id="Results"></ul>
</div>
</div>
</main>
<aside class="banner" id="Banner">
<div class="icon-holder"><img class="icon" src="svg/lemon.svg" alt="Lemon"></div>
<div class="text-holder"><a class="text" href="https://ahoylemon.xyz" onclick="sendEvent('outside link', 'http://ahoylemon.xyz', 'banner')">This site is by Lemon.</a></div><a class="close">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100">
<circle class="fill" cx="50.6" cy="49.7" r="42"></circle>
<path class="outline" d="M50 96C24.6 96 4 75.4 4 50S24.6 4 50 4s46 20.6 46 46-20.6 46-46 46zm0-86.2C27.8 9.8 9.8 27.8 9.8 50s18 40.3 40.2 40.3S90.3 72.2 90.3 50 72.2 9.8 50 9.8z"></path>
<g class="close" id="HamburgerClose">
<path class="x" d="M70.3 69c0 1.3-.5 2.4-1.5 3.3-1 .9-2.1 1.4-3.4 1.4-1.3 0-2.4-.6-3.4-1.7L49.6 56.9 37 72.1c-1 1.1-2.1 1.7-3.4 1.7-1.2 0-2.3-.5-3.3-1.4-1-.9-1.5-2.1-1.5-3.3 0-1.1.4-2.1 1.2-3L43.5 50l-13-15.8c-.8-1-1.3-2-1.3-3 0-1.3.5-2.4 1.5-3.3 1-.9 2.1-1.4 3.3-1.4 1.3 0 2.5.6 3.4 1.7l12.1 14.6 12-14.6c1-1.1 2.1-1.7 3.4-1.7 1.2 0 2.3.5 3.3 1.4 1 .9 1.5 2.1 1.5 3.3 0 1.1-.4 2.1-1.2 3l-13 15.6L69 65.9c.9 1 1.3 2 1.3 3.1z"></path>
</g>
</svg></a>
</aside>
<section class="game-over" id="GameOver">
<div class="stripes">
<div class="child">
<h2>GAME OVER</h2>
</div>
<div class="child boxes">
<div class="box"><span class="big" id="GameOverRoundsPlayed"></span><span class="label">rounds played</span></div>
<div class="box"><span class="big" id="GameOverScore"></span><span class="label">score</span></div>
<div class="box"><span class="big" id="GameOverRating"></span><span class="label">overall rating</span></div>
</div>
</div>
</section>
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "VideoGame",
"name": "Idiots win.",
"url": "https://idiots.win",
"sameAs": "https://thefpl.us/also-made/idiots-win",
"alternateName": "The Autocomplete Guessing Game",
"image": "https://idiots.win/img/og-image.png",
"playMode": "SinglePlayer",
"applicationCategory": "browser game",
"gamePlatform": "web browser",
"operatingSystem": "web browser",
"genre": "guessing game",
"description": "Get overwhelmed by the internet's collective consciousness as you guess the first thing that comes up in Google's autocomplete.",
"inLanguage": "English",
"creator": {
"@type": "Person",
"name": "Lemon",
"url": "http://ahoylemon.xyz",
"sameAs": [
"https://thefpl.us/meet/lemon",
"https://twitter.com/AhoyLemon"
]
},
"author": {
"@type": "Person",
"name": "Montrith",
"url": "https://thefpl.us/meet/montrith",
"sameAs": "https://twitter.com/Montrith_Yaknow"
},
"publisher": {
"@type": "PerformingGroup",
"name": "The F Plus",
"url": "https://thefpl.us"
},
"offers": {
"@type": "Offer",
"description": "free",
"price": "0",
"priceCurrency": "USD"
},
"screenshot": [
{
"@type": "ImageObject",
"url": "https://idiots.win/img/screenshots/ss1.png",
"width": "900",
"height": "600"
},
{
"@type": "ImageObject",
"url": "https://idiots.win/img/screenshots/ss2.png",
"width": "900",
"height": "600"
},
{
"@type": "ImageObject",
"url": "https://idiots.win/img/screenshots/ss3.png",
"width": "900",
"height": "600"
}
]
}
</script>
<script src="https://code.jquery.com/jquery-3.5.1.min.js" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script>
<script src="js/min/idiots.min.js?v=2022-09-21T02:15:15.986Z"></script>
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-15129990-18"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-15129990-18');
</script>
<script type="text/javascript">window._trackJs = { token: "9947e081831c42b8aeb3a5fb81a152c4", application: "idiotsWin" }</script>
<script type="text/javascript" src="https://cdn.trackjs.com/releases/current/tracker.js"></script>
</body>
</html>