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

Update styles.css --yt-searchbox-background -> --ytd-searchbox-backgr… #2143

Merged
merged 4 commits into from
Apr 1, 2024

Commits on Apr 1, 2024

  1. Configuration menu
    Copy the full SHA
    e0d102e View commit details
    Browse the repository at this point in the history
  2. Update themes.js added missing colors

    custom was missing --ytd-searchbox-background --ytd-searchbox-legacy-button-color
    raszpl authored Apr 1, 2024
    Configuration menu
    Copy the full SHA
    556486e View commit details
    Browse the repository at this point in the history
  3. Update themes.js override dark too

    need to cover [dark] too because this code runs too early for document.querySelector('ytd-masthead')?.removeAttribute('dark');
    
    loading page with YT dark cookie and Custom theme generates ytd-masthead after myColors() and slaps [dark] attribute on it
    raszpl authored Apr 1, 2024
    Configuration menu
    Copy the full SHA
    6c76793 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    add16fb View commit details
    Browse the repository at this point in the history