Update README.md

This commit is contained in:
Ashley 2022-03-06 23:40:25 +03:00 committed by GitHub
parent e50f21bdcb
commit 57d8857889
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,10 +1,20 @@
<div align="center"> <div align="center">
<a href="https://www.bigbuckbunny.org"> <a href="https://www.bigbuckbunny.org">
<img src="https://user-images.githubusercontent.com/65588168/156022510-07fec331-9651-4bb5-8649-2c20b0ce8853.png"> <img src="https://user-images.githubusercontent.com/65588168/156941082-2fe10d35-bc1d-4928-9c5d-32d91cdea3d8.png">
</a> </a>
<h1> POKETUBE </h1> <h1> POKETUBE </h1>
youtube player that does not track your info nor sell them youtube player that loves privacy
<br><br><br> <br>
</div>
## Features
- Works on Older browsers!
- Javascript-free on frontend
- No advetisment
- See Dislike counts from [Return YouTube Dislike Api](https://www.returnyoutubedislike.com/) (see:[Line 22 of fetcher.js](https://github.com/iamashley0/poketube/blob/main/src/fetcher.js#L22))
- Uses LightTube api
tbanks to <a href="https://gitlab.com/kuylar/lighttube">LIGHTTUBE</a> tbanks to <a href="https://gitlab.com/kuylar/lighttube">LIGHTTUBE</a>