Flips the comment section and the video player with each other
Youtube Flipped by magical_whale
Details
Authormagical_whale
LicenseNo License
Categoryyoutube.com
Created
Updated
Size468 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 Youtube Flipped
@version 20240808.17.37
@namespace https://userstyles.world/user/magical_whale
@description Flips the comment section and the video player with each other
@author magical_whale
@license No License
==/UserStyle== */
@-moz-document domain("youtube.com") {
#primary {
order: 2;
}
#secondary {
z-index: 1;
order: 1;
}
#fixed-columns-secondary {
flex-direction: row-reverse !important;
}
}