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
생성
2025-04-05
갱신
2025-04-05
크기
6.26KB
라이선스
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