-
-
Notifications
You must be signed in to change notification settings - Fork 553
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
Return "original" Layout to Youtube #2178
Comments
May be returned with next custom rules in ad-blockers:
|
as a feature here: 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); }
} |
One problem with the uBO fix (this one and variants I've seen on Reddit) is that it seems to truncate the bottom of the video a bit. You can see this on initial load. And the truncation behavior gets really wonky as you change the zoom level. This happens in latest Chrome on both Mac and Windows when NOT viewing in theater mode. You can see it get applied on page load, on the rendering pass which applies the rounded edges to the video. Would be great to have an option to just remove this "round edges" pass entirely... |
only problem i see is people never liking any changes made by youtube. |
hi!
It also helps if you can list which features don't work with it (assumably only in our appearance sections: sidebar, details, comments) hi @excessivegravitas, maybe?: And please check what other yt.config_.EXPERIMENT_FLAGS you might get and add them here Thanks! |
hi @jasonycw yes, with youtube's layout experiment, our features need an update since the related videos arent in the sidebar then. Why don't you want to undo it for now? |
Maybe my wording was off, there was nothing to undo. I just want to say that there is no option right now that can fix the side panel. At most move it back to right side with that toggle. It would be great if there is an update toggle to switch the side panel back to single column mode or hide the whole thing completely. |
Hi! @jasonycw you can paste the new names of the elements? |
YouTube reverted the new UI changes for my side, so I am not sure about that. |
if anybody still gets this, lets us know the names & path of the related videos below the player, so we can make our features compatible, such as hiding related videos! |
@ImprovedTube well, the bad UI is back, here are some screenshot FYI |
⚬ PROBLEM:
It seems, like Google once again had a "great" idea, and instead of offering it as an optional feature, they're forcing it on everyone...
namely, the layout of youtube on desktop completely changed (just now, for me, no idea how the roll out of this will go...):
Player is where it used to be, but below it, is related/suggested videos, while Title/description/comments all wandered into the right sidebar, similar to the comments view for shorts.
⚬ SOLUTION:
Offer a setting to return everything back to where it's supposed to be, so scrolling down shows comments in the "wide" column, instead of the small right sidebar...
⚬ ALTERNATIVES:
Well, I guess an alternative for me, would be to spend way less time on youtube...
⚬ RELEVANCE / SCOPE:
I'd think ... a lot?
⚬ "SIDE EFFECTS":
Well, people used to phone screens or who love scrolling while reading comments might want to keep the current "feature" by Google, or those who want bigger previews of related content, but aren't interested in the video they're currently watching or the comments of it?
The text was updated successfully, but these errors were encountered: