-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
90 lines (74 loc) · 4.69 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>YouTube Dislike Viewer</title>
<meta name="description" content="A simple website to query dislikes on YouTube videos">
<meta name="keywords" content="YouTube, Video, Dislike, Like, Online, Viwer, No-Extension, No Installation">
<meta name="content-language" content="en">
<meta property="og:title" content="YouTube Dislike Viewer" />
<meta property="og:description" content="A simple website to query dislikes on YouTube videos" />
<meta property="og:type" content="website" />
<meta property="og:image" content="preview.png" />
<link rel="apple-touch-icon" href="./preview.png">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="./favicon.png">
<link rel="stylesheet" href="./style.css">
</head>
<body>
<div class="main-wrapper">
<div class="search-panel">
<div class="title-wrapper">
<a href="./index.html">
<img src="./favicon.png" height="54" width="54" alt="logo" />
</a>
<h1>YouTube Dislike Viewer</h1>
</div>
<div class="search-box panel">
<input type="text" id="video-id" name="video-id" placeholder="YouTube Video URL or ID" />
<button id="search-btn" aria-label="search"><svg viewBox="0 0 24 24" preserveAspectRatio="xMidYMid meet" focusable="false" class="style-scope yt-icon"><g class="style-scope yt-icon"><path d="M20.87,20.17l-5.59-5.59C16.35,13.35,17,11.75,17,10c0-3.87-3.13-7-7-7s-7,3.13-7,7s3.13,7,7,7c1.75,0,3.35-0.65,4.58-1.71 l5.59,5.59L20.87,20.17z M10,16c-3.31,0-6-2.69-6-6s2.69-6,6-6s6,2.69,6,6S13.31,16,10,16z" class="style-scope yt-icon"></path></g></svg></button>
</div>
</div>
<div class="preview-panel-target-wrapper">
<div id="preview-panel-spinner" class="lds-ripple"></div>
<div id="preview-panel-target"></div>
</div>
</div>
<footer>
<div>
<a href="https://github.com/Haeri/youtube-dislike-viewer" target="_blank">GitHub Repo</a>
</div>
<div>
<a href="https://github.com/Anarios/return-youtube-dislike" target="_blank">Return YouTube Dislike</a>
</div>
</footer>
<template id="preview-panel-template">
<div class="preview-panel panel">
<div class="iframe-wrapper">
<iframe id="yt-vide-embed" width="100%" height="100%" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<div class="yt-stats-bar">
<div class="yt-views-panel">
<span id="views-slot">0</span>
views •
<span id="date-slot">0</span>
</div>
<div class="yt-rate-panel">
<div class="stats-item">
<svg viewBox="0 0 24 24" preserveAspectRatio="xMidYMid meet" focusable="false" class="style-scope yt-icon"><g class="style-scope yt-icon"><path d="M18.77,11h-4.23l1.52-4.94C16.38,5.03,15.54,4,14.38,4c-0.58,0-1.14,0.24-1.52,0.65L7,11H3v10h4h1h9.43 c1.06,0,1.98-0.67,2.19-1.61l1.34-6C21.23,12.15,20.18,11,18.77,11z M7,20H4v-8h3V20z M19.98,13.17l-1.34,6 C18.54,19.65,18.03,20,17.43,20H8v-8.61l5.6-6.06C13.79,5.12,14.08,5,14.38,5c0.26,0,0.5,0.11,0.63,0.3 c0.07,0.1,0.15,0.26,0.09,0.47l-1.52,4.94L13.18,12h1.35h4.23c0.41,0,0.8,0.17,1.03,0.46C19.92,12.61,20.05,12.86,19.98,13.17z" class="style-scope yt-icon"></path></g></svg>
<span id="upvote-slot">0</span>
</div>
<div class="stats-item">
<svg viewBox="0 0 24 24" preserveAspectRatio="xMidYMid meet" focusable="false" class="style-scope yt-icon"><g class="style-scope yt-icon"><path d="M17,4h-1H6.57C5.5,4,4.59,4.67,4.38,5.61l-1.34,6C2.77,12.85,3.82,14,5.23,14h4.23l-1.52,4.94C7.62,19.97,8.46,21,9.62,21 c0.58,0,1.14-0.24,1.52-0.65L17,14h4V4H17z M10.4,19.67C10.21,19.88,9.92,20,9.62,20c-0.26,0-0.5-0.11-0.63-0.3 c-0.07-0.1-0.15-0.26-0.09-0.47l1.52-4.94l0.4-1.29H9.46H5.23c-0.41,0-0.8-0.17-1.03-0.46c-0.12-0.15-0.25-0.4-0.18-0.72l1.34-6 C5.46,5.35,5.97,5,6.57,5H16v8.61L10.4,19.67z M20,13h-3V5h3V13z" class="style-scope yt-icon"></path></g></svg>
<span id="downvote-slot">0</span>
</div>
<div class="yt-rating-wrapper">
<div id="like-ratio"></div>
</div>
</div>
</div>
</div>
</template>
<script src="./main.js"></script>
</body>
</html>