Youtube covid info panel removed

Removes the covid information panel, below youtube videos MAY2021

// ==UserScript==
// @name         Youtube covid info panel removed
// @namespace    http://www.youtube.com
// @version      1.01
// @description  Removes the covid information panel, below youtube videos MAY2021
// @author       [email protected]
// @include      *://www.youtube.com/*
// @grant        none
// ==/UserScript==

    document.getElementById('clarify-box') .remove();