Makes the player's aspect ratio 16:9, as you could guess...
Broken because player is different and obsolete because Tubelious is read only and soon dead
Tubelious 16:9 Player (BROKEN AND OBSOLETE) by TheAwesomeJoel

Details
AuthorTheAwesomeJoel
LicenseNo License
Categorytubelious.xyz
Created
Updated
Code size427 B
Code checksum7e1fc08b
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;
}
}