No meta description tag found. Use a description tag that accurately describes the contents of a web page.
A well-written meta description attracts more clicks in search results than
an irrelevant or missing description.
Provide a search option on each page of content-rich web sites.
A search option should be provided on all pages where it may be useful - users should not have to return to the homepage to conduct a search. Search engines can be helpful on content-rich web sites, but do not add value on other types of sites.
1<!DOCTYPE html>
2
Use the
lang attribute to identify the language of the page.
In HTML add a lang attribute containing a language code to the html tag, and in PDF set the language using Document Properties in Acrobat. This allows screen readers to pronounce words correctly.
3<html>
4
5 <head>
6
7
8
The
rel=canonical tag probably redirects to the wrong page.
The canonical tag redirects to a page with a different title and different number of links.
Pages with incorrect canonical tags eventually disappear from search results which
can have a very negative impact on search traffic.
<link rel="canonical" href="https://redditmetis.com" />
9
10
11 <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/Wruczek/Bootstrap-Cookie-Alert@gh-pages/cookiealert.css">
12
13 <meta charset="utf-8">
14
15 <link href="https://fonts.googleapis.com/css?family=Nunito&display=swap" rel="stylesheet">
16
17 <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
18
19
20
21 <!-- START css -->
22
23 <link rel="stylesheet" href="/rmstatic/styles.css">
24
25 <!-- END css -->
26
27
28
29
30 <script src="https://code.jquery.com/jquery-3.3.1.min.js" crossorigin="anonymous">
31</script>
32
33 <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous">
34</script>
35
36 <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous">
37</script>
38
39 <link href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.0/animate.min.css" rel="stylesheet">
40
41
42 <script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.24.0/moment.min.js">
43</script>
44
45 <script src="https://cdnjs.cloudflare.com/ajax/libs/moment-timezone/0.5.25/moment-timezone-with-data.min.js">
46</script>
47
48
49
50 <meta name="viewport" content="width=device-width, initial-scale=1.0">
51
52 <title>
53
54 About - RedditMetis
55</title>
56
57 <script src="https://cdnjs.cloudflare.com/ajax/libs/marked/0.6.2/marked.min.js">
58</script>
59
60 <script src="https://cdnjs.cloudflare.com/ajax/libs/pako/1.0.10/pako.min.js">
61</script>
62
63
64 <!-- START gtag -->
65
66 <!-- Global site tag (gtag.js) - Google Analytics -->
67
68<script async src="https://www.googletagmanager.com/gtag/js?id=UA-142753608-1">
69</script>
70
71<script>
72
73 window.dataLayer = window.dataLayer || [];
74 function gtag(){dataLayer.push(arguments);}
75 gtag('js', new Date());
76
77 gtag('config', 'UA-142753608-1');
78</script>
79
80 <!-- END gtag -->
81
82
83
84
85
86
87 <script>
88
89 var metis_settings_timezone = moment.tz.guess();
90 </script>
91
92 </head>
93
94
95 <body>
96
97
98
99
100 <script>
101
102function redirectrandom(response) {
103 var uname = response.data.children[0].data.author;
104 location.href=`/user/${uname}`;
105}
106function get_random_user() {
107 $("#rando").html("Please wait...")
108 var url = `https://reddit.com/r/random.json?limit=1&jsonp=redirectrandom`;
109 $.ajax(url, {
110 type:"GET",
111 dataType:"jsonp",
112 crossDomain:true,
113 });
114}
115
116 $(document).ready(function() {
117 $("#input_username").keyup(function(event) {
118 if (event.keyCode === 13) {
119 var u = $("#input_username").val()
120 if (u) {
121 location.href = "/user/"+u;
122 }
123 }
124 })
125 })
126 </script>
127
128 <nav class="navbar navbar-expand-md navbar-light">
129
130 <a href="/" class="disable-link-underline">
131<div>
132<p class="metis-brand">
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 2.08 with
color: rgb(165,165,165)background: rgb(233,236,239)font-size: 18ptfont-weight: 400
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
133<span style="color:#a5a5a5">
134Reddit</span>
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 2.14 with
color: rgb(0,184,148)background: rgb(233,236,239)font-size: 18ptfont-weight: 400
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
135<span>
136Metis</span>
137</p>
138</div>
139</a>
140
141 <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarTogglerDemo02" aria-controls="navbarTogglerDemo02" aria-expanded="false" aria-label="Toggle navigation">
142
143 <span class="navbar-toggler-icon">
144</span>
145
146 </button>
147
148
149 <div class="collapse navbar-collapse" id="navbarTogglerDemo02">
150
151 <ul class="navbar-nav ml-auto mt-2 mt-lg-0">
152
153 <li class="nav-item ml-1">
154
155 <p>
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 3.89 with
color: rgb(116,117,119)background: rgb(233,236,239)font-size: 10.80ptfont-weight: 400
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
156<a class="nav-link" href="/">
157Home</a>
158</p>
159
160 </li>
161
162 <li class="nav-item">
163
164 <p>
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 3.89 with
color: rgb(116,117,119)background: rgb(233,236,239)font-size: 10.80ptfont-weight: 400
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
165<a class="nav-link ml-1" href="/about">
166About</a>
167</p>
168
169 </li>
170
171 <li class="nav-item ml-1">
172
173 <p>
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 3.89 with
color: rgb(116,117,119)background: rgb(233,236,239)font-size: 10.80ptfont-weight: 400
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
174<a class="nav-link" href="/faq">
175FAQ</a>
176</p>
177
178 </li>
179
180 <li class="nav-item ml-1">
181
182 <p>
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 3.89 with
color: rgb(116,117,119)background: rgb(233,236,239)font-size: 10.80ptfont-weight: 400
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
183<a class="nav-link" href="/donate">
184Donate</a>
185</p>
186
187 </li>
188
189 <li class="nav-item ml-1">
190
191 <p>
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 3.89 with
color: rgb(116,117,119)background: rgb(233,236,239)font-size: 10.80ptfont-weight: 400
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
192<a class="nav-link" href="https://reddit.com/r/RedditMetis">
193r/RedditMetis on Reddit</a>
194</p>
195
196 </li>
197
198 </ul>
199
200 <!--
201 <form class="form-inline my-2 my-lg-0">
202
203 <input class="form-control mr-sm-2" type="search" placeholder="Search">
204
205 <button class="btn btn-outline-success my-2 my-sm-0" type="submit">
206Search</button>
207
208 </form>
209
210 -->
211
212 </div>
213
214</nav>
215
216
217 <div class="container mt-5">
218
219 <div class="row">
220
221 <div class="col-md-7 col-12 offset-md-1">
222
223
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 2.07 with
color: rgb(88,191,171)background: rgb(247,247,247)font-size: 18ptfont-weight: 600
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
<h1>
224About RedditMetis</h1>
225
226 <p>
227RedditMetis is a project inspired by
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 2.37 with
color: rgb(0,184,148)background: rgb(247,247,247)font-size: 10.80ptfont-weight: 400
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
<a href="https://reddit.com/user/orionmelt">
228u/orionmelt</a>
229's site SnoopSnoo.
230
231 Since May 2019, the site no longer updated user info due to an API error. This site was made as an alternative to the now defunct SnoopSnoo site. At its core, this site utilizes a fork of
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 2.37 with
color: rgb(0,184,148)background: rgb(247,247,247)font-size: 10.80ptfont-weight: 400
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
<a href="https://github.com/orionmelt/sherlock">
232Sherlock</a>
233, u/orionmelt's user analysis tool created for SnoopSnoo.</p>
234
235 </div>
236
237
238 <div class="col-md-7 col-12 mt-3 offset-md-1">
239
240
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 2.07 with
color: rgb(88,191,171)background: rgb(247,247,247)font-size: 13.20ptfont-weight: 600
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
<h2>
241Stack</h2>
242
243 <p>
244Natural language processing using Python
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 2.37 with
color: rgb(0,184,148)background: rgb(247,247,247)font-size: 10.80ptfont-weight: 400
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
<a href="https://www.nltk.org/">
245NLTK</a>
246 and
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 2.37 with
color: rgb(0,184,148)background: rgb(247,247,247)font-size: 10.80ptfont-weight: 400
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
<a href="https://textblob.readthedocs.io/en/dev/">
247TextBlob</a>
248.</p>
249
250 <p>
251Data Visualization using
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 2.37 with
color: rgb(0,184,148)background: rgb(247,247,247)font-size: 10.80ptfont-weight: 400
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
<a href="https://d3js.org/">
252D3.js</a>
253 and
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 2.37 with
color: rgb(0,184,148)background: rgb(247,247,247)font-size: 10.80ptfont-weight: 400
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
<a href="https://apexcharts.com/">
254ApexCharts.js</a>
255</p>
256
257 <p>
258Frontend with Bootstrap</p>
259
260
Use at least a 12-point font on all web pages.
font-size: 10.8pt
For users over age 65, it may be better to use at least fourteen-point fonts.
Never use less than nine-point font on a Web site.
The following are all smaller than 12 point:
<p style="font-size: 11pt;" >
<p style="font-size: 15px;" >
<p style="font-size: small;" >
<font size="2" >
<font size="-1" >
<p>
261Website is hosted on Amazon Elastic Compute Cloud (EC2)</p>
262
263
Use at least a 12-point font on all web pages.
font-size: 10.8pt
For users over age 65, it may be better to use at least fourteen-point fonts.
Never use less than nine-point font on a Web site.
The following are all smaller than 12 point:
<p style="font-size: 11pt;" >
<p style="font-size: 15px;" >
<p style="font-size: small;" >
<font size="2" >
<font size="-1" >
<p>
264Data processing code is hosted on AWS Lambda</p>
265
266 </div>
267
268
269 <div class="col-md-7 col-12 mt-3 offset-md-1">
270
271
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 2.07 with
color: rgb(88,191,171)background: rgb(247,247,247)font-size: 13.20ptfont-weight: 600
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
<h2>
272Credits</h2>
273
274 <p>
275Special thanks to
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 2.37 with
color: rgb(0,184,148)background: rgb(247,247,247)font-size: 10.80ptfont-weight: 400
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
<a href="https://reddit.com/user/orionmelt">
276u/orionmelt</a>
277 for making his code open-source and accessible by the public.</p>
278
279 </div>
280
281
282 <div class="col-md-7 col-12 mt-3 offset-md-1">
283
284
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 2.07 with
color: rgb(88,191,171)background: rgb(247,247,247)font-size: 13.20ptfont-weight: 600
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
<h2>
285Cookie policy</h2>
286
287
Use at least a 12-point font on all web pages.
font-size: 10.8pt
For users over age 65, it may be better to use at least fourteen-point fonts.
Never use less than nine-point font on a Web site.
The following are all smaller than 12 point:
<p style="font-size: 11pt;" >
<p style="font-size: 15px;" >
<p style="font-size: small;" >
<font size="2" >
<font size="-1" >
<p>
288You can view the cookie policy of RedditMetis
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 2.37 with
color: rgb(0,184,148)background: rgb(247,247,247)font-size: 10.80ptfont-weight: 400
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
Link uses general text like 'Click Here' which doesn't explain link purpose.
Link text: here
Screen reader users often tab from one link to the next, or use the 'Next Link' command.
Moving between links labelled 'click here' sounds like 'Click here, tab, click here, tab, click here'.
Change the link text, or add an aria-label, so the link makes sense when read without the surrounding text.
Users should be able to quickly look at each link and tell where it goes.
Link text:
here
Don't use generic link labels like "click here" or "read more" because they're hard to tell apart when users scan a page.
<a href="/cookies">
289here</a>
290.</p>
291
292 </div>
293
294
295 <div class="col-md-7 col-12 mt-3 offset-md-1">
296
297
Ensure that text and background colors have a 7:1 contrast ratio.
The text color to background color contrast ratio after composition is: 4.96 with
color: rgb(133,100,4)background: rgb(255,243,205)font-size: 10.80ptfont-weight: 400
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 4.5 or more for 18 point text, or larger
The contrast ratio should be 4.5 or more for 14 point bold text, or larger
The contrast ratio should be 7.0 or more for all other text
Use at least a 12-point font on all web pages.
font-size: 10.8pt
For users over age 65, it may be better to use at least fourteen-point fonts.
Never use less than nine-point font on a Web site.
The following are all smaller than 12 point:
<p style="font-size: 11pt;" >
<p style="font-size: 15px;" >
<p style="font-size: small;" >
<font size="2" >
<font size="-1" >
<p class="alert alert-warning">
298Disclaimer: All data analyzed is public. This website is not affiliated with Reddit and cannot access your private reddit data such as your password, subreddit subscriptions, up/downvotes and private subreddit activity.</p>
299
300 </div>
301
302
303
304
305 </div>
306
307 </div>
308
309
310
311
Attribute
v-if not allowed on element.
312<div v-if="status==2" style="margin-bottom: 0px; bottom: 0px;" id="footer">
313
314 <div class="container">
315
316 <div class="row mt-3">
317
318 <div class="col-md-12 d-flex justify-content-end col-12">
319
320 <p class="caption">
321
322 v0.6.0<br />
323
324 </p>
325
326 </div>
327
328 <div class="col-md-12 d-flex justify-content-end col-12">
329
330
Use at least a 12-point font on all web pages.
font-size: 9.6pt
For users over age 65, it may be better to use at least fourteen-point fonts.
Never use less than nine-point font on a Web site.
The following are all smaller than 12 point:
<p style="font-size: 11pt;" >
<p style="font-size: 15px;" >
<p style="font-size: small;" >
<font size="2" >
<font size="-1" >
<p class="caption">
331
332 RedditMetis is Copyright (c) 2020 u/consulnappy<br />
333
334 </p>
335
336 </div>
337
338 <div class="col-md-12 d-flex justify-content-end col-12 mb-2">
339
340
Use at least a 12-point font on all web pages.
font-size: 9.6pt
For users over age 65, it may be better to use at least fourteen-point fonts.
Never use less than nine-point font on a Web site.
The following are all smaller than 12 point:
<p style="font-size: 11pt;" >
<p style="font-size: 15px;" >
<p style="font-size: small;" >
<font size="2" >
<font size="-1" >
<p class="caption">
341
342 All rights reserved unless otherwise noted
343 </p>
344
345 </div>
346
347 </div>
348
349 </div>
350
351</div>
352
353
354
355
356
357
358<!-- START Bootstrap-Cookie-Alert -->
359
360<div class="alert text-center cookiealert" role="alert" style="position:fixed;bottom:0px;left:0px;right:0px;border-radius:0px">
361
362 <p class="mt-2 mb-2 color-white" >
363
364 🍪 <b>
365This site uses cookies</b>
366 for analytics and site preferences. By continuing to use this site, you agree to this use. <a href="/cookies" target="_blank">
367Learn more about RedditMetis cookie policy</a>
368
369 </p>
370
371 <button type="button" class="btn btn-info btn-sm acceptcookies" aria-label="Close">
372
373 Whatever
374 </button>
375
376
377</div>
378
379<!-- Include cookiealert script -->
380
381<script src="https://cdn.jsdelivr.net/gh/Wruczek/Bootstrap-Cookie-Alert@gh-pages/cookiealert.js">
382</script>
383
384
385 </body>
386
387
388
389
390</html>