Skip to content

Commit 71cb0e1

Browse files
committed
Fix grammar and enhance clarity in README.md
Corrected grammatical errors and improved clarity in the README.
1 parent 3592ce9 commit 71cb0e1

2 files changed

Lines changed: 11 additions & 4 deletions

File tree

README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Youtube : Filter the “Save to Playlist” Menu
22

3-
This project contains a userscript `user script/yt-playlist-filter.user.js`. You need a browser extension like [Tampermonkey](https://www.tampermonkey.net/) to install it. Then click the button below.
3+
This project contains an userscript `user script/yt-playlist-filter.user.js`. You need a browser extension like [Tampermonkey](https://www.tampermonkey.net/) to install it. Then click the button below.
44

55
[![Install Userscript](https://img.shields.io/badge/Install_Userscript-Playlist%20Filter-blue?style=for-the-badge)](https://raw.githubusercontent.com/Fred-Vatin/yt-playlist-filter/main/user%20script/yt-playlist-filter.user.js) [![BUY ME A COFFEE](https://img.shields.io/badge/BUY%20ME%20A%20COFFEE-ffffff?logo=buymeacoffee&style=for-the-badge&color=710067&logoColor=ffe071)](https://github.com/sponsors/Fred-Vatin)
66

@@ -13,14 +13,21 @@ This project contains a userscript `user script/yt-playlist-filter.user.js`. You
1313

1414
## Screenshots
1515

16+
<img width="400" alt="image" src="https://github.com/user-attachments/assets/217ba7d6-50ae-476f-894f-e29ccc4d5c1b" />
1617

1718
## Prerequisites
1819

1920
- your browser needs the extension [Tampermonkey](https://www.tampermonkey.net/) or an equivalent to install and run user scripts
2021

2122
## Configure
2223

23-
In your extension, search for the script `YouTube Save to Playlist filter` and edit it. There is a `SETTINGS` section at the beginning. Just read the text and edit the value.
24+
In your extension, search for the script `YouTube Save to Playlist filter` and edit it.
25+
26+
<img width="500" alt="tampermonkey" src="https://github.com/user-attachments/assets/090ad3eb-0fd2-4688-97b5-4fc2f2385976" />
27+
28+
There is a `SETTINGS` section at the beginning. Just read the text and edit the value.
29+
30+
<img width="1000" alt="script edit" src="https://github.com/user-attachments/assets/c259435c-9da2-4730-8004-937d27f03bc4" />
2431

2532
> [!IMPORTANT]
2633
> SAVE THE MODIFICATION.
@@ -34,7 +41,7 @@ In your extension, search for the script `YouTube Save to Playlist filter` and e
3441

3542
If your extension that handles user scripts is set to auto update, if a new version is available in this GitHub repository, it will update it unless you modified the script.
3643

37-
That’s why I recommend to watch this repository and star.
44+
That’s why I recommend to watch this repository and star ⭐ to easily find this page again in the future.
3845

3946
<img width="463" height="470" alt="image" src="https://github.com/user-attachments/assets/227caa77-15b7-4560-b804-d9930fa4559f" />
4047
<img width="616" height="452" alt="image" src="https://github.com/user-attachments/assets/a0f43c4b-25ae-4aad-8fe2-a5a0531b6934" />

Repo/.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.0.9"
2+
".": "1.0.0"
33
}

0 commit comments

Comments
 (0)