Skip to content
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

feat: Remove "continue watching" miniplayer #469

Closed
3 tasks done
NMBlanco opened this issue Mar 13, 2023 · 2 comments
Closed
3 tasks done

feat: Remove "continue watching" miniplayer #469

NMBlanco opened this issue Mar 13, 2023 · 2 comments
Labels
Feature request Requesting a new feature

Comments

@NMBlanco
Copy link

Application

YouTube

Issue

When you watch a video but don't watch it until the end, the miniplayer always pops up when starting the youtube app again.
It doesn't matter if you close the miniplayer, it still returns after you come back to yt app after some time.
Even force closing the app makes it return at startup.
Haven't had this issue in the previous versions.
Screenshot_20230313-215724

Patch

Remove the "continue watching" miniplayer that pops up every time you open youtube, even with a force close.

Motivation

Its incredibly annoying

Acknowledgements

  • I have searched the existing issues and this is a new and no duplicate or related to another open issue.
  • I have written a short but informative title.
  • I filled out all of the requested information in this issue properly.
@NMBlanco NMBlanco added the Feature request Requesting a new feature label Mar 13, 2023
@inotia00
Copy link
Owner

Reproducible on unpatched YouTube
This is a feature of YouTube, there are no plans to implement this feature

@inotia00
Copy link
Owner

inotia00 commented Feb 11, 2025

Image

It's been a long time since the issue opened, and no one has considered this patch.

(I didn't know how to implement this either)

While I was researching YouTube API endpoints to improve the Change living click action patch, I found a clue about this patch.

When the web page (www.youtube.com) was initialized, the response included onResponseReceivedActions.showMiniplayercommand JSONObject.

When I patched the Method - which showMiniplayerCommand is used - in the YouTube Android app, resuming Miniplayer was disabled.

So.. it's been implemented as a patch.

Additional Context

Continue watching is a feature that is only available for YouTube Premium accounts.

(This is not related to AlertDialog Video paused. Continue watching?)

In Chrome, it can be disabled through chrome extensions or userscripts, but it was not possible in the YouTube Android app.

Reference

9To5Google

Reddit

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature request Requesting a new feature
Projects
None yet
Development

No branches or pull requests

2 participants