Youtube hide FOR YOU suggestion when search

Hide the suggestion of results when search on youtube.

/* ==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;
 }
}