mirror of
https://github.com/tubearchivist/browser-extension.git
synced 2026-03-23 20:37:07 +00:00
[GH-ISSUE #15] No Subscribe or Download button when logged into Youtube #9
Labels
No labels
bug
bug
duplicate
enhancement
help wanted
invalid
not an issue
not an issue
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
tubearchivist/archived-browser-extension#9
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ed-tt on GitHub (Jan 16, 2023).
Original GitHub issue: https://github.com/tubearchivist/browser-extension/issues/15
When signed into a Youtube/Google account, the subscribe and download button isnt injected.
This is how it appears when logged into a Google/Youtube Account.

This is how the same page appears after logging out of Google/Youtube Account.

@mon5termatt commented on GitHub (Jan 17, 2023):
seems fine on my end
@ed-tt commented on GitHub (Jan 17, 2023):
https://pbs.twimg.com/media/EC_XO-cX4AAFrO6.jpg
Something must obviously be different. What browser are you using? I am using Firefox v108.0.2. The Youtube layout seems to change to the "new layout" when not signed in, but after signing in it reverts to some older layout.
@mon5termatt commented on GitHub (Jan 17, 2023):
Chrome 109.0.5414.75
@mon5termatt commented on GitHub (Jan 17, 2023):
I test my personal code on vm's for that exact reason.
@bbilly1 commented on GitHub (Jan 22, 2023):
Looks like you didn't get the new layout, so the CSS selectors wont work to inject the buttons.
Not quite sure how you can force your browser to update, some google search suggest to edit the
PREFcookie value. For me that's set to something like that:Some suggest that
f6is the relevant value, but who knows what it means, but you could try to tinker with that.But all in all, this extension only works in the new layout.
@ed-tt commented on GitHub (Feb 8, 2023):
Seems that Google has blessed me with the new layout and the buttons are now visible.