Removes all the trash except the video frame. Perfect for Unite app on MacOS.
digi24 LIVE by blk020
Details
Authorblk020
LicenseNo License
Categorydigi24.ro
Created
Updated
Size906 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name digi24 LIVE only video
@namespace USO Archive
@author blk.
@description `Dark full width and video full width`
@version 20200310.18.58
@license NO-REDISTRIBUTION
@preprocessor uso
==/UserStyle== */
@-moz-document url-prefix("https://www.digi24.ro/live/digi24") {
body,
main {
background-color: #222!important;
height: 0!important;
margin: 0!important;
padding: 0!important;
}
.container,
.video-player {
max-width: 100%!important;
height: 0!important;
margin: 0!important;
padding: 0!important;
}
.header,
.footer,
.section-title,
.breadcrumbs,
.bg,
.h3,
.swiper-widget-videos,
.col-3,
[data-test="recomandari-video"],
#adContainer{
display: none!important;
}
.live-page.container .col-8 {
-ms-flex-preferred-size: 100%!important;
flex-basis: 100%!important;
max-width: 100%!important;
}
}