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
1日のインストール数
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