Greasy Fork is available in English.

Remove YouTube Movie Purchase

to remove YouTube Movie Purchase

/* ==UserStyle==
@name           Remove YouTube Movie Purchase
@namespace      github.com/openstyles/stylus
@version        1.0.1
@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;
    }
    #offer-module.ytd-watch-next-secondary-results-renderer {
        display: none;
    }

}