Greasy Fork is available in English.

Remove YouTube Movie Purchase

to remove YouTube Movie Purchase

  1. /* ==UserStyle==
  2. @name Remove YouTube Movie Purchase
  3. @namespace github.com/openstyles/stylus
  4. @version 1.0.1
  5. @description to remove YouTube Movie Purchase
  6. @author CY Fung
  7. @license MIT
  8. ==/UserStyle== */
  9.  
  10. @-moz-document url-prefix("https://www.youtube.com/watch?v=") {
  11. /* Insert code here... */
  12. ytd-watch-next-secondary-results-renderer.ytd-watch-flexy ytd-compact-movie-renderer.style-scope.ytd-item-section-renderer {
  13. display: none;
  14. }
  15. #offer-module.ytd-watch-next-secondary-results-renderer {
  16. display: none;
  17. }
  18.  
  19. }