YouTube 2021 Layout

Bring back 2021 layout of YouTube

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 or Violentmonkey 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 2021 Layout
// @namespace   https://github.com/Amadeus-AI
// @description Bring back 2021 layout of YouTube
// @icon        https://www.youtube.com/s/desktop/3748dff5/img/favicon_48.png
// @version     1.0.0
// @author      AmadeusAI
// @match       *://*.youtube.com/*
// @run-at      document-end
// @license     MIT
// ==/UserScript==

// Return to Old Layout
unsafeWindow.yt.config_.EXPERIMENT_FLAGS.kevlar_watch_metadata_refresh = false;
unsafeWindow.yt.config_.EXPERIMENT_FLAGS.kevlar_watch_metadata_refresh_no_old_secondary_data = false;