隱藏油管搜索頁面的推薦

隱藏油管搜索頁面的【其他用戶還觀看了】【爲您推薦】【用戶還搜索了】

您需要先安裝使用者腳本管理器擴展,如 TampermonkeyGreasemonkeyViolentmonkey 之後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyUserscripts 後才能安裝該腳本。

你需要先安裝一款使用者腳本管理器擴展,比如 Tampermonkey,才能安裝此腳本

您需要先安裝使用者腳本管理器擴充功能後才能安裝該腳本。

(我已經安裝了使用者腳本管理器,讓我安裝!)

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

(我已經安裝了使用者樣式管理器,讓我安裝!)

/* ==UserStyle==
@name Youtube hide FOR YOU suggestion when search
@name:zh-CN 隐藏油管搜索页面的推荐
@name:zh-TW 隱藏油管搜索頁面的推薦
@namespace hoothin
@version 0.3
@description Hide the suggestion of results when search on youtube.
@description:zh-CN 隐藏油管搜索页面的【其他用户还观看了】【为您推荐】【用户还搜索了】
@description:zh-TW 隱藏油管搜索頁面的【其他用戶還觀看了】【爲您推薦】【用戶還搜索了】
@author hoothin
@homepageURL https://github.com/hoothin/
@supportURL https://github.com/hoothin/
@license MIT
@preprocessor default
==/UserStyle== */
@-moz-document domain("youtube.com") {
 #contents>ytd-shelf-renderer.style-scope.ytd-item-section-renderer[thumbnail-style]:not(*[prominent-thumb-style],*:first-child),#contents>ytd-horizontal-card-list-renderer{
  display:none;
 }
}