Removes the ugly gray border from videos Xfinity Stream. Works great in full screen mode.
Xfinity Stream: no border by Coder-256
Details
AuthorCoder-256
Licenseunlicense
Categoryxfinity
Created
Updated
Code size476 B
Code checksumeaf5f1d
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Xfinity Stream: no border
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Removes the ugly gray border from videos Xfinity Stream. Works great in full screen mode.
@license unlicense
@author Jacob Greenfield
==/UserStyle== */
@-moz-document url-prefix("https://www.xfinity.com/stream/entity/") {
tv-player #playerDiv #viper-player-container video {
background-color: black;
}
}