-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
100 lines (93 loc) · 5.62 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Begin Jekyll SEO tag v2.5.0 -->
<title>fishezzz.github.io | GitHub Pages repo</title>
<meta name="generator" content="Jekyll v3.7.4">
<meta property="og:title" content="fishezzz.github.io">
<meta property="og:locale" content="en_US">
<meta name="description" content="GitHub Pages repo">
<meta property="og:description" content="GitHub Pages repo">
<link rel="canonical" href="https://fishezzz.github.io/">
<meta property="og:url" content="https://fishezzz.github.io/">
<meta property="og:site_name" content="fishezzz.github.io">
<script type="application/ld+json">
{"@type":"WebSite","url":"https://fishezzz.github.io/","name":"fishezzz.github.io","headline":"fishezzz.github.io","description":"GitHub Pages repo","@context":"http://schema.org"}
</script>
<!-- End Jekyll SEO tag -->
<link rel="stylesheet" href="/assets/css/style.css?v=640d6be4283439bbf030b3d1f2672d3ba5c642e0">
<!-- <link rel="stylesheet" href="https://fishezzz.github.io/assets/css/style.css?v=640d6be4283439bbf030b3d1f2672d3ba5c642e0"> -->
<style>
.repo {
font-size: large;
font-weight: 600;
}
.repo > a {
text-decoration: none;
}
</style>
</head>
<body>
<div class="container-lg px-3 my-5 markdown-body">
<header class="centered">
<h1 id="fishezzzgithubio">fishezzz.github.io</h1>
</header>
<h3>Some cool things I made</h3>
<ul>
<li>
<a href="https://github.com/Fishezzz/apt-dependencies">APT Dependencies</a><br>
<blockquote>Find out if there are any packages that depend on a specific package (the reverse of "apt depends").</blockquote>
</li>
<li>
<a href="https://github.com/Fishezzz/Vanced-Downloader">Vanced Downloader</a> (and all APKs)<br>
<blockquote>Python script to download all YouTube Vanced files at once.</blockquote>
</li>
<li><a href="data-units">Data Unit Converter</a> <i>(inspired by <a href="https://gbmb.org">gbmg.org</a>)</i></li>
<li><a href="reviewing-a-pull-request">Javascript Tetris</a></li>
</ul>
<h3>Awesome repositories from other people</h3>
<ul>
<li>
<span class="repo"><a href="https://github.com/ytdl-org/youtube-dl/">youtube-dl</a></span> (<a href="https://ytdl-org.github.io/youtube-dl/">website</a>, <a href="https://youtube-dl.org/">alt site</a>)<br>
<blockquote>youtube-dl is a command-line program to download videos from YouTube.com and a few more sites.</blockquote>
</li>
<li>
<span class="repo"><a href="https://github.com/YTVanced">YouTube Vanced</a></span> (<a href="https://vancedapp.com/">website</a>) (<a href="https://web.archive.org/web/20220312155440/https://vancedapp.com/">archived site</a>)<br>
<ul>
<li><a href="https://github.com/YTVanced/Vanced">YTVanced/Vanced</a></li>
<li><a href="https://github.com/YTVanced/VancedManager">YTVanced/VancedManager</a> (<a href="vanced/manager.apk">apk</a>)</li>
<li><a href="https://github.com/YTVanced/VancedMicroG">YTVanced/VancedMicroG</a> (<a href="vanced/microg.apk">apk</a>)</li>
<li><a href="https://github.com/YTVanced/VancedStore">YTVanced/VancedStore</a></li>
<li><a href="https://github.com/YTVanced/VancedBackend">YTVanced/VancedBackend</a></li>
<li><a href="https://github.com/YTVanced/vanced-website-v2">YTVanced/vanced-website-v2</a></li>
</ul>
<blockquote>Vanced provides a better YT experience out of the box! Includes adblocking, true amoled dark mode and a lot more.</blockquote>
</li>
<li>
<span class="repo"><a href="https://github.com/Anarios/return-youtube-dislike">Return YouTube Dislike</a></span> (<a href="https://returnyoutubedislike.com/">website</a>)<br>
<blockquote>Browser extension and an API that shows you dislikes on Youtube.</blockquote>
</li>
<li>
<span class="repo"><a href="https://github.com/CyberZHG/toolbox">CyberZHG/toolbox</a></span> (<a href="https://cyberzhg.github.io/toolbox/">website</a>)<br>
<blockquote>A toolbox with super neat tools about languages, grammars, automata and regular expressions amongst other things.</blockquote>
</li>
</ul>
<footer class="border-top border-gray-light mt-5 pt-3">
<span class="column col-4 text-gray text-left">
<a href="https://github.com/Fishezzz/fishezzz.github.io/blob/master/LICENSE" target="_blank"><img
src="https://img.shields.io/github/license/Fishezzz/fishezzz.github.io.svg" alt="MIT licensed" /></a>
</span>
<span class="column col-4 text-gray text-center">
© 2019<span id="cpYear"></span> Fishezzz
</span>
<span class="column col-4 text-gray text-right">
This site is open source. <a href="https://github.com/Fishezzz/fishezzz.github.io/edit/master/README.md" target="_blank">Improve this page</a>.
</span>
</footer>
</div>
<script>document.getElementById("cpYear").innerText = new Date().getUTCFullYear() > 2019 ? ` - ${new Date().getUTCFullYear()}` : '';</script>
</body>
</html>