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

Return YouTube Dislike doesn't work with user style #920

Open
1 task done
xeophyte opened this issue May 18, 2023 · 9 comments
Open
1 task done

Return YouTube Dislike doesn't work with user style #920

xeophyte opened this issue May 18, 2023 · 9 comments
Assignees
Labels
bug Something isn't working

Comments

@xeophyte
Copy link

Have you tried to find similar open issues?

  • Yes, this issue is not a duplicate

Browser

Vivaldi

Browser Version

6.1.3009.3

Extension or Userscript?

Extension

Extension/Userscript Version

3.0.0.9

Video link where you see the problem

every yt video

What happened?

Return YouTube Dislike doesn't work when this style is turned on:
https://userstyles.org/styles/123887/youtube-better-full-dark-theme-2022-arc
https://uso.kkx.one/style/123887
This is one of the best styles for YT and there is a conflict between extension and style. Dislike numbers and ratio bar are not visible.
https://i.imgur.com/z6wwCuD.png
https://i.imgur.com/MpzgN1F.png

How to reproduce/recreate?

install Return YouTube Dislike as extension and the Youtube better full dark theme 2022 arc style

Will you be available for follow-up questions to help developers diagnose & fix the issue?

Yes

@xeophyte xeophyte added the bug Something isn't working label May 18, 2023
@openforu
Copy link

Its not working because of old description style

CSS causing problem:

ytd-watch-metadata {
    display: none !important;
}
ytd-watch-flexy #info-contents,
ytd-watch-flexy #meta-contents {
    display: block !important;
}

@xeophyte
Copy link
Author

Author of the style can't fix it, because this code fragment is used for Descriptio­n style: Restore old function in the style option.
Author of the Return YouTube Dislike needs to add support for this code fragment.

@RikisuT
Copy link

RikisuT commented Jul 19, 2023

Its not working because of old description style

CSS causing problem:

ytd-watch-metadata {
    display: none !important;
}
ytd-watch-flexy #info-contents,
ytd-watch-flexy #meta-contents {
    display: block !important;
}

I have that snippet in my css script too.
You can modify the js version of the as I have done.
DiffChecker
You can compare my edits with the original.
Also add these CSS lines to correct the positioning

#menu-container {
  display: flex;
  flex-direction: column;
}
ytd-video-primary-info-renderer[flex-menu-enabled] #menu-container.ytd-video-primary-info-renderer {
    flex: inherit;
}

@xeophyte
Copy link
Author

I hope this can be fixed.

@xeophyte
Copy link
Author

xeophyte commented Sep 7, 2023

Problem exists in v3.0.0.10

@xeophyte
Copy link
Author

v3.0.0.11 doesn't fix it.

@xeophyte
Copy link
Author

v3.0.0.12 doesn't fix it.

@Nightcaat
Copy link
Collaborator

Sorry for the wait, this issue seems right up my alley. Will look into this when I have time

@Nightcaat Nightcaat self-assigned this Oct 24, 2023
@xeophyte
Copy link
Author

Descriptio­n style: Restore old option in style I mentioned is now not working due to changes on YouTube, and it will probably not work so it will be removed. So we can say that the reported problem cannot/does not need to be solved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants