/* ==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 @downloadURL https://update.greasyfork.icu/scripts/468212/Remove%20YouTube%20Movie%20Purchase.user.css @updateURL https://update.greasyfork.icu/scripts/468212/Remove%20YouTube%20Movie%20Purchase.meta.css ==/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; } }