Skip to content

remove recommendations by Mohanbarman

Details

AuthorMohanbarman

LicenseNo License

Categoryyoutube.com

Created

Updated

Size1.2 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Removed recommendation on home page and video page

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name       remove recommendations
@version    20241202.04.15
@namespace  ?
==/UserStyle== */

@-moz-document url-prefix("https://www.youtube.com/") {
html body ytd-app div#content.style-scope.ytd-app ytd-page-manager#page-manager.style-scope.ytd-app ytd-browse.style-scope.ytd-page-manager ytd-two-column-browse-results-renderer.style-scope.ytd-browse.grid.grid-disabled div#primary.style-scope.ytd-two-column-browse-results-renderer ytd-rich-grid-renderer.style-scope.ytd-two-column-browse-results-renderer {
  display: none;
}

html body ytd-app div#content.style-scope.ytd-app ytd-page-manager#page-manager.style-scope.ytd-app ytd-watch-flexy.style-scope.ytd-page-manager.watch-root-element.hide-skeleton div#columns.style-scope.ytd-watch-flexy div#secondary.style-scope.ytd-watch-flexy div#secondary-inner.style-scope.ytd-watch-flexy div#related.style-scope.ytd-watch-flexy ytd-watch-next-secondary-results-renderer.style-scope.ytd-watch-flexy div#items.style-scope.ytd-watch-next-secondary-results-renderer ytd-item-section-renderer.style-scope.ytd-watch-next-secondary-results-renderer div#contents.style-scope.ytd-item-section-renderer {
    visibility: hidden;
}
}

Reviews

No reviews yet.