Skip to content

Commit 066cecf

Browse files
committed
update readme with functionalities and finish it up for the first release
1 parent 1991974 commit 066cecf

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

readme.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,15 @@
77
![GitHub branch checks state](https://img.shields.io/github/checks-status/italodeandra/youtube-plus/main?style=flat&colorA=000000)
88
[![Version](https://img.shields.io/github/package-json/v/italodeandra/youtube-plus?style=flat&colorA=000000&colorB=000000)](https://github.com/italodeandra/youtube-plus/releases)
99

10-
#### Add the following script to any browser UserScript extension
10+
#### You can
1111

12-
You don't need to manually update on future releases.
12+
- Mark video as watched
13+
- Hide watched videos
14+
- Cloud sync your list
15+
16+
#### To use it
17+
18+
Add the following script to any browser UserScript extension.
1319

1420
```js
1521
// ==UserScript==
@@ -25,3 +31,5 @@ You don't need to manually update on future releases.
2531
eval(youtubePlus)
2632
})()
2733
```
34+
35+
You don't need to manually update on future releases.

0 commit comments

Comments
 (0)