YouTube "Save to Playlist" Fuzzy Search

Adds a search bar to filter YouTube playlists by name with fuzzy searching for the "Save" button dialog, namely "Save Video To...". The fuzzy search threshold is configurable, and you can toggle preserving the search input via a single Tampermonkey menu entry.

ผู้เขียน
NWP
จำนวนติดตั้งประจำวัน
0
จำนวนติดตั้งทั้งหมด
0
คะแนน
0 0 0
เวอร์ชัน
0.1
สร้างเมื่อ
05-04-2025
อัปเดตเมื่อ
05-04-2025
Size
6.26 กิโลไบต์
สัญญาอนุญาต
MIT
ปรับใช้กับ

If it matches too loosely, change the value to a lower value for:

const FUZZY_MATCH_THRESHOLD = 0.5;

You could use 0.1 or 0.2 .

image

image

image