Remove clutter
DaddyLive HD TV streaming by lemimique

Details
Authorlemimique
LicenseNo License
Categoryhttps://daddylive.mp/stream/
Created
Updated
Code size660 B
Code checksumd910a789
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name DaddyLive HD TV streaming
@namespace https://daddylive.mp/stream/
@version 1.0.3
@description Remove clutter
@author Lemimique
==/UserStyle== */
@-moz-document url-prefix("https://daddylive.mp/stream/"), url-prefix("https://daddylive.mp/cast/"), url-prefix("https://daddylive.mp/watch/") {
#header {
margin-bottom: 0;
}
#sidebar {
display: none !important;
}
#content {
width: 99vw;
}
.recent iframe {
height: 95vh;
}
.recent center p:nth-child(1), .recent center p:nth-child(2) {
display: none;
}
}