Greasy Fork

Greasy Fork is available in English.

Remove YouTube Movie Purchase

to remove YouTube Movie Purchase

当前为 2023-06-08 提交的版本,查看 最新版本

/* ==UserStyle==
@name           Remove YouTube Movie Purchase
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    to remove YouTube Movie Purchase
@author         CY Fung
@license        MIT 
==/UserStyle== */

@-moz-document url-prefix("https://www.youtube.com/watch?v=") {
    /* Insert code here... */
    ytd-watch-next-secondary-results-renderer.ytd-watch-flexy ytd-compact-movie-renderer.style-scope.ytd-item-section-renderer {
        display: none;
    }
}