Skip to content

Commit

Permalink
update readme with functionalities and finish it up for the first rel…
Browse files Browse the repository at this point in the history
…ease
  • Loading branch information
italodeandra committed Apr 3, 2021
1 parent 1991974 commit 066cecf
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,15 @@
![GitHub branch checks state](https://img.shields.io/github/checks-status/italodeandra/youtube-plus/main?style=flat&colorA=000000)
[![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)

#### Add the following script to any browser UserScript extension
#### You can

You don't need to manually update on future releases.
- Mark video as watched
- Hide watched videos
- Cloud sync your list

#### To use it

Add the following script to any browser UserScript extension.

```js
// ==UserScript==
Expand All @@ -25,3 +31,5 @@ You don't need to manually update on future releases.
eval(youtubePlus)
})()
```

You don't need to manually update on future releases.

1 comment on commit 066cecf

@vercel
Copy link

@vercel vercel bot commented on 066cecf Apr 3, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.