-
Notifications
You must be signed in to change notification settings - Fork 30
feat(YouTube): Add Disable layout updates
patch
#2863
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
Comments
So can I go back to the 17.41.37 and 18.09.39 layouts? |
Reflected in revanced-patches-5.6.1 |
Can you also restore the Explore tab? |
No, both are not possible. As mentioned in the patch description, this is not a patch that restores the old layout. This is a patch that uses the layout when the app was first installed. |
Even in version 19.25.39, there is a layout visual bug. When you turn on the app for the first time, you will not be able to see the entire channel in the Subscriptions tab. |
Audio track not showing |
Uh oh!
There was an error while loading. Please reload this page.
Application
YouTube
Feature description
This is not a feature request, but a description of the feature that will be introduce in the next release.
When YouTube is first installed, it follows the layout on the client.
And after a long time or when you restart the app, the layout is updated by the server.
This is a typical example of the layout being updated by the server:
Note
When you first install RVX and dismiss the restart dialog
Restart to load the layout normally
, you will see theLibrary
tab.When you change the RVX settings and restart the app, the
Library
tab is replaced by theYou
tab.This is not due to RVX, but the layout is updated based on the YouTube server-side response.
Of course, there are advantages and disadvantages to the layout update based on the server-side response.
Advantage 1. Visual bugs in the layout can be fixed.
: If you have a fresh install of YouTube 19.05.36, there is a bug where the video titles are not shown in the feed.
Screenshot
If you force stop YouTube and restart it, the bug will be fixed by the server.
Advantage 2. You may experience new features.
: Google's A/B tests mostly depend on the server, so they are distributed to some users after the app is restarted.
Disadvantage 1. Bugs in the server-side layout may not be fixed for a long time.
: The bug that some users are experiencing where the rolling number is not shown is caused by the server.
The server does not always fix bugs quickly.
Disadvantage 2. You may get new types of ads.
:
New features
may not always be good things.New types of ads are also one of the
new layouts
.Additional context
Due to recent server-side changes, the 17.xx or 18.xx targets of the
Spoof app version
patch are no longer available.Disable layout updates
patch may partially work as an alternative.Unlike
Spoof app version
, theDisable layout updates
patch does not restore the old layout.Instead, it disables updates for some layouts that depend on the server side.
Here are the changes that will occur when you turn on the
Disable layout updates
setting:Note
Enable wide search bar in You tab
setting).This patch will be classified as an
Experimental flag
.Motivation
The layout updated by the server may not always be good.
Some people want to disable it.
Acknowledgements
The text was updated successfully, but these errors were encountered: