-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
66 lines (66 loc) · 2.38 KB
/
index.html
File metadata and controls
66 lines (66 loc) · 2.38 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="style.css" />
<link
href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,400;0,700;1,100;1,400;1,700&display=swap"
rel="stylesheet"
/>
<title>watchLess YouTube Player App</title>
</head>
<body class="homepage">
<header>
<a href="https://github.com/watchless-app">Github</a>
<a href="https://watchless.tribe.so/">Community Forum</a>
<a href="/donate.html">Donate</a>
</header>
<main>
<div class="icon-wrapper"><img class="icon" alt="AF-Video icon" src="/assets/icon_round.png" /></div>
<h2>watchLess (Beta)</h2>
<h1>Unofficial YouTube Player App</h1>
<p class="description">
Spend less time watching YouTube by removing elements like recommendations and trending tab.
</p>
<div class="columns">
<div class="column">
<h3>Mobile</h3>
<p>Download</p>
<a id="android-download-button" href="https://github.com/watchless-app/watchLess/releases/latest">
<img class="download-button" src="/assets/download-button.png" alt="Downlaod for Android" />
</a>
</div>
<div class="column">
<div class="column-wrapper">
<h3>Desktop</h3>
<p>
Check out the
<a
target="_blank"
href="https://chrome.google.com/webstore/detail/remove-youtube-recommende/khncfooichmfjbepaaaebmommgaepoid"
>browser extension</a
>
by Alison Chou
</p>
</div>
</div>
</div>
<div class="columns">
<div class="column column--image">
<img
src="/assets/promo_watch_less.jpg"
alt="By removing addictive and opinion influencing elements from Youtube"
/>
</div>
<div class="column column--image">
<img src="/assets/promo_motivation.jpg" alt="Add your favorite quotes and videos to your start screen" />
</div>
</div>
</main>
<footer>
<a href="/contact.html">Contact</a>
<a href="/privacypolicy.html">Privacy Policy</a>
</footer>
</body>
</html>