-
-
Notifications
You must be signed in to change notification settings - Fork 552
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add ability to revert newest YouTube UI change #2038
Comments
oh please. this layout is the worst thing I've seen yet, completely blindsided me and it just sucks joy out of even opening youtube at this point. totally agree with you pls pls if possible make the revert to old layout available |
Please please please, its awful 🙏 |
hi! @SkitsTheSkitty @ExsimaVoid @miimows Please try if our feature appearance:comments-sidebar-simple, which exchanges both elements (in a small window below 1600px width or disabling the extra sidebar) (if Youtube didnt change much)
about the experiment flags: #1851 (comment) |
the new YouTube layout is awful, and whoever approved it should be fired |
hi! @PcChip
if it doesnt help, please post the CSS selector / xpath of both boxes (1. video details with comments 2. related videos ) copied from "inspected element" or "block element" |
I think I found some of the new experimental flags, but not all. So temporarily if you for example use uBO you can add these to your filters:
Here are the flags listed, but I don't know how relevant each of them are: "desktop_search_bigger_thumbs_style": "BIG",
"enable_desktop_search_bigger_thumbs": true
"enable_desktop_search_bigger_thumbs_square": true
"kevlar_watch_comments_panel_button": true
"kevlar_watch_flexy_metadata_height": 90
"kevlar_watch_grid": true
"kevlar_watch_grid_auto_open_playlist": true
"kevlar_watch_max_player_width": 1560
"optimal_reading_width_comments_ep": true
"small_avatars_for_comments": true
"small_avatars_for_comments_ep": true
"web_watch_compact_comments": true
"web_watch_compact_comments_header": true
"wn_grid_max_item_width": 700
"wn_grid_min_item_width": 300 Also if someone comes here looking how to fix theater mode on the new UI you can add this to your userstyles until the addon is updated: ytd-watch-grid[full-bleed-player] #player-full-bleed-container.ytd-watch-grid{
height: calc(var(--it-player-size) - var(--it-header-size));
max-height: var(--it-player-size);
}
ytd-watch-grid[is-dark-theme][theater]:not([fullscreen])[transparent-theater-mode] #player-full-bleed-container.ytd-watch-grid{
background: rgb(0,0,0);
} Hopefully someone else can keep investigating. I don't really have the time right now, but this can be used as a starting point |
soo... "youtube changed stuff" and u dont like it cause for a sake it looks different. I mean ofc theres a way to revert it, but i have comments on a side all the time, and i love that i can watch and read comments at the same time. So... option to change it would be good, unless its on our extension right now, but idk. |
holy crap I sure hope this UI experiment dies in a fire! |
if (extension.storage.get('undo_description_on_the_side') === true ) {
try { yt.config_.EXPERIMENT_FLAGS.kevlar_watch_grid = false;
yt.config_.EXPERIMENT_FLAGS.small_avatars_for_comments = false;
yt.config_.EXPERIMENT_FLAGS.small_avatars_for_comments_ep = false;
} catch (error) { console.error("can't undo description on the side", error); }
} |
⚬ PROBLEM:
this new UI where the comments are sequestered onto the side and new videos make up the majority of the space is the worst youtube UI change in a while. it's terrible for my adhd, and i don't want to outright disable my sidebar or comments
⚬ SOLUTION:
shouldn't need the picture, but like, it should have the option to return the ui to how it's represented in the appearance section
⚬ ALTERNATIVES:
i don't know but i'm desperate here
⚬ RELEVANCE / SCOPE:
i would use it at least. i don't want the player to become a second homepage.
⚬ "SIDE EFFECTS":
those sidebar fans might not like this. idk. might also conflict with youtube dislike but i'm not really an expert in coding at all so idk
if this ends up getting added i owe you all my life
The text was updated successfully, but these errors were encountered: