/* ==UserStyle==
@name           [Oli Bros] Ad hiding: YouTube
@namespace      The Oliver Bros
@version        0.0.5
@description    Hide ads, sponsor elements and promotions
==/UserStyle== */

@-moz-document domain("youtube.com"),
               domain("www.youtube.com") {

*[id*='sidebar-ads'],
ytd-app ytd-search-pyv-renderer
{ display: none !important; }

/* Hide video suggestions when videos are paused */
.ytp-pause-overlay {
	display: none !important;
}

/* Hide sidebar / suggested videos */
#secondary {
	display: none !important;
}

/* Hide end-of-video suggested videos */
.html5-endscreen,
.ytp-ce-element.ytp-ce-element-show,
.videowall-endscreen,
.ytp-fullscreen-grid-stills-container
{
	display: none !important;
}

/* Hide upper-right pop-ups about where to get the paid content */
.ytp-cards-teaser,
.ytp-cards-button-icon
{
	display: none !important;
}

/* Hide channel icon in video embeds (any accidental hover was annoying) */
.ytp-title-enable-channel-logo .ytp-title-channel {
	display: none !important;
}

/* Bring video embed title back to left-aligned when the channel icon is hidden */
.ytp-title-enable-channel-logo .ytp-title-text {
	padding-left: 0.5em;
}

/* Hide 'next video' button on player */
.ytp-next-button,
[data-title-no-tooltip="next"] {
	display: none !important;
}


}
