Greasy Fork is available in English.

Anti1984Youtube

Anti 1984 Youtube

질문, 리뷰하거나, 이 스크립트를 신고하세요.
// ==UserScript==
// @name         Anti1984Youtube
// @namespace    http://tampermonkey.net/
// @version      0.1
// @match        http://www.youtube.com/*
// @match        http://m.youtube.com/*
// @match        https://www.youtube.com/*
// @match        https://m.youtube.com/*
// @author       JaiEnvieDeBezos
// @description  Anti 1984 Youtube
// ==/UserScript==

var element = document.getElementById("clarify-box");
    element.parentNode.removeChild(element);