Youtube remove cards

Youtube remove cards end video

目前为 2020-12-26 提交的版本。查看 最新版本

// ==UserScript==
// @name         Youtube remove cards
// @namespace    https://greasyfork.org/en/scripts/407765-youtube-remove-cards/
// @version      0.3
// @description  Youtube remove cards end video
// @author       TechComet
// @match        https://*.youtube.com/*
// @match        https://youtube.com/*
// @require      https://greasyfork.org/scripts/35370-add-css/code/Add_CSS.js?version=598682
// @supportURL   https://greasyfork.org/en/scripts/407765-youtube-remove-cards/feedback
// @grant        none
// ==/UserScript==

(function() {
    'use strict';

    AddCss('.ytp-ce-element-show { visibility:hidden !important; }');



})();