返回首頁 

Greasy Fork is available in English.

Youtube covid info panel removed

Removes the covid information panel, below youtube videos MAY2021

  1. // ==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 thundermilksage@gmail.com// @include *://www.youtube.com/*// @grant none// ==/UserScript==document.getElementById('clarify-box') .remove();