Ebi's bookmarklet

YouTubeから余計な動画を削除

Installation

余計な動画を削除 ←Please drag & drop this button to bookmark bar
or copy & paste code below

Description

YouTubeの検索結果に表示される「前に再生した動画」や「他の人はこちらも視聴しています」など、検索に関係ない動画を削除します。

Source code

youtube-serach-clean.js
document.querySelectorAll("ytd-shelf-renderer").forEach(el => el.remove())

Minified source code

javascript:document.querySelectorAll("ytd-shelf-renderer").forEach((e=>e.remove()));
Edit this page