Makes the player's aspect ratio 16:9, as you could guess...
(also this is basically useless because most content is in 4:3)
Tubelious 16:9 Player by TheAwesomeJoel
Details
AuthorTheAwesomeJoel
LicenseNo License
Categorytubelious.xyz
Created
Updated
Size410 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 Tubelious 16:9 Player
@namespace Idk
@version 1.0.0
@description Makes the player's aspect ratio 16:9, as you could guess...
@author TheAwesomeJoel
==/UserStyle== */
@-moz-document domain("tubelious.xyz") {
#flashcontent {
width: 425px;
height: 275px;
}
.playerscreen {
width: 404px;
height: 227.25px;
}
}