Greasy Fork is available in English.

Watch2Gether - Hide Suggestions

Hides video suggestions.

/* ==UserStyle==
@name           Watch2Gether - Hide Suggestions
@version        1.1.1
@description    Hides video suggestions.
@author         BabblingFishes
@license        CC-BY-4.0
@namespace      https://greasyfork.org/users/673307       
@homepageURL    https://greasyfork.org/en/scripts/408197-watch2gether-hide-suggestions
==/UserStyle== */

@-moz-document url-prefix("https://www.watch2gether.com/rooms/"), url-prefix("https://w2g.tv/rooms/") {
#w2g-editorial, .w2g-search-spacer, .w2g-center-ad, .w2g-square-ad {
    display: none !important;
}
}