-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
37 lines (37 loc) · 1.76 KB
/
about.html
File metadata and controls
37 lines (37 loc) · 1.76 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta property="og:title" content="YouTube Dislike Checker">
<meta property="og:description" content="YouTube Dislike Checker is a tool to look at the hidden dislike count of YouTube videos.">
<link rel="stylesheet" type="text/css" href="style/main.css">
<link id="theme-import" rel="stylesheet" type="text/css" href="style/bright.css">
<link href="https://fonts.googleapis.com/css2?family=Lato:wght@300&family=Prompt:wght@600&display=swap" rel="stylesheet">
<title>YouTube Dislike Checker</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<div id="content">
<h1 id="main-header">About YouTube Dislike Checker</h1>
<p id="main-p">
YouTube Dislike Checker is an open source website that uses the
<a href="https://returnyoutubedislike.com/docs">Return YouTube Dislike API</a>
to display the dislike count of YouTube videos.
</p>
<h2>Are the counts accurate?</h2>
<p>
Probably not. The Return YouTube Dislike API, from which this website gets its data,
extrapolats the number of times a video is disliked by the Dislike count before disabling dislikes and evaluating user data.
</p>
<h2>How can I report an error or make a suggestion?</h2>
<p>
Feel free to leave any kind of feedback on our <a href="https://github.com/DwarflinDeveloping/DislikeChecker" target="_blank">GitHub page</a>.
</p>
<h2>Can i contribute to the project?</h2>
<p>
Yes! Feel free to head over to our GitHub page and create a pull request.
</p>
</div>
<div class="back"><a href="index.html" id="back-link">← Go back</a></div>
</body>
</html>