Youtube - Slim Header

Reduces YT header (searchbar, ...) height. For new 2017 YT design.

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install a user script manager extension to install this script.

(I already have a user script manager, let me install it!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

// ==UserScript==
// @name        Youtube - Slim Header
// @namespace   Youtube - Slim Header
// @include     https://www.youtube.com*
// @author      harumna
// @description Reduces YT header (searchbar, ...) height. For new 2017 YT design.
// @version     1
// @grant       GM_addStyle
// ==/UserScript==

GM_addStyle("#container.ytd-masthead {height: 36px !important;}")
GM_addStyle("#page-manager {margin-top: 36px !important;}")