Coder Social home page Coder Social logo

Missing Features about youtube-fluent-theme HOT 4 CLOSED

SadaydZ avatar SadaydZ commented on June 13, 2024
Missing Features

from youtube-fluent-theme.

Comments (4)

RikisuT avatar RikisuT commented on June 13, 2024

Youtube dislike wont work directly from the extension as we enable the old desc and remove the new one.
Due to this we will have 2 desc and RYD applies to the first. To work around this I have used the js version of the extension, which we can import into Tampermonkey.
Link to the issue where I have sent the currently working solution
About the comments I have left the background as it is just because of the many custom themes that Youtube videos have nowadays. You can manually set the background transparency to be 0% in the caption settings. It will apply for all the videos played from that browser, unless you clear the cache
Sidebar is a different issue personally I didn't like it that much so I removed the whole page blur
Looking back it seems as if I should've done that to the code pasted here too.
You can use the code I'm currently using to overcome the sidebar issue.
My personal code also has the fix for RYD alignment.

from youtube-fluent-theme.

RikisuT avatar RikisuT commented on June 13, 2024

Sorry for being late, I have no excuses this time. I just forgot to open Github.

from youtube-fluent-theme.

SadaydZ avatar SadaydZ commented on June 13, 2024

With the solution of manually setting the transparency to 0%, the blur works perfectly in the captions, the sidebar still appears exactly the same as the 2nd image I sent. RYD works with the Tampermonkey script version as you said.

from youtube-fluent-theme.

RikisuT avatar RikisuT commented on June 13, 2024

Again sorry for being late. Removing these lines of code from the CSS code should help
Removing the first part should do the job
2nd part extends the sidebar area such that the 3rd part of the code can darken the screen when the sidebar is opened.

 div#scrim, #scrim.tp-yt-app-drawer {
     transition-property: opacity, backdrop-filter !important;
     transition-duration: 200ms !important;
     transition-timing-function: cubic-bezier(0, .8, .2, 1) !important;
     backdrop-filter: blur(5px) !important;
}
 tp-yt-app-drawer#guide {
     width: auto !important;
     right: 0 !important;
     transition-property: visibility !important;
     transition-duration: 200ms !important;
}

 tp-yt-app-drawer#guide[opened][reveal-nav-bar] #scrim.tp-yt-app-drawer {
     opacity: 1 !important;
}

from youtube-fluent-theme.

Related Issues (7)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.