-
Notifications
You must be signed in to change notification settings - Fork 7
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
Missing Features #8
Comments
Youtube dislike wont work directly from the extension as we enable the old desc and remove the new one. |
Sorry for being late, I have no excuses this time. I just forgot to open Github. |
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. |
Again sorry for being late. Removing these lines of code from the CSS code should help 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;
} |
Unfortunately it's not working at all, again.
Windows Caption Blur is enabled but doesn't seem to work properly, same with sidebar and return-youtube-dislike
Captions and YouTube Dislike
![Captions and YT Dislike](https://private-user-images.githubusercontent.com/85256569/246288539-fbfce6d6-72dd-4176-920e-c35bdd785fef.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg5NzAwOTEsIm5iZiI6MTczODk2OTc5MSwicGF0aCI6Ii84NTI1NjU2OS8yNDYyODg1MzktZmJmY2U2ZDYtNzJkZC00MTc2LTkyMGUtYzM1YmRkNzg1ZmVmLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDclMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA3VDIzMDk1MVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTMyNDc0NDFjY2U0ZjU2Yzk0MTNkZTViN2JiYzYwZjEyOWQ5N2U2ZDM4ZTk0MWJiMzg4NzEyYThlYjVkMTdiZTkmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.KI784PNc34a4EJ-PL_rtQe9HDV0YqJYvPGLjDO037zo)
Sidebar
![Sidebar](https://private-user-images.githubusercontent.com/85256569/246288820-066c2ed3-98c6-4cb5-b2ec-c7dfe136b9e9.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg5NzAwOTEsIm5iZiI6MTczODk2OTc5MSwicGF0aCI6Ii84NTI1NjU2OS8yNDYyODg4MjAtMDY2YzJlZDMtOThjNi00Y2I1LWIyZWMtYzdkZmUxMzZiOWU5LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDclMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA3VDIzMDk1MVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTA1Yzk5ZDc3MzA4YWJkMTAxNGVkMGEzYTkxMjM0ODdkZjAzNTMwMjNjN2NkYTc3OGI4ZGUwZDAxNDViNDMyY2EmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.UZsE0XcpwmH9j7YeCg2kXjOr771y2aePSzAANMmvkd4)
The text was updated successfully, but these errors were encountered: