If you want to submit a bug or request a feature, please report via GitHub issue. Since I receive so many emails, I can't reply to them all.
Fixed broken video player resolution by sapondanaisriwan
Details
Authorsapondanaisriwan
LicenseMIT
Categoryyoutube
Created
Updated
Size1.0 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Is AdashimaaTube dead?
Source code
/* ==UserStyle==
@name Fixed broken video player resolution
@author sapondanaisriwan <sapondanaisriwan@gmail.com> (https://github.com/sapondanaisriwan)
@description If you want to submit a bug or request a feature please report via github issue. Since I receive so many emails, I can't reply to them all.
@namespace https://userstyles.world/user/sapondanaisriwan
@homepageURL https://github.com/sapondanaisriwan/AdashimaaTube
@supportURL https://github.com/sapondanaisriwan/AdashimaaTube/issues
@version 1.0.0
@license MIT
@preprocessor stylus
==/UserStyle== */
i=!important;
t=transparent;
@-moz-document domain("youtube.com") {
/* Is AdashimaaTube dead??? 👽 */
ytd-watch-flexy[flexy] #player-container-outer.ytd-watch-flexy {
--ytd-watch-flexy-max-player-width: calc((100vh - var(--ytd-watch-flexy-masthead-height) - var(--ytd-margin-6x) - var(--ytd-watch-flexy-space-below-player))*(var(--ytd-watch-flexy-width-ratio)/var(--ytd-watch-flexy-height-ratio))) i;
}
}