Skip to content

Commit

Permalink
rate video on first page (RaitaroH#46)
Browse files Browse the repository at this point in the history
improve youtube
  • Loading branch information
RaitaroH authored Jul 26, 2020
1 parent 4083b1a commit b52b4b0
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions YouTubeDeepDarkMaterial.user.css
Original file line number Diff line number Diff line change
Expand Up @@ -991,6 +991,41 @@
{
background-color: var(--hover-background) !important;
}

/*rate a video to improve youtube*/
#star-survey.ytd-inline-survey-renderer
{
background-color: var(--second-background) !important;
}
#inline-survey-compact-video-renderer.ytd-inline-survey-renderer
{
background-color: var(--hover-background) !important;
}
ytd-primetime-promo-renderer.ytd-rich-section-renderer, ytd-inline-survey-renderer.ytd-rich-section-renderer
{
border-color: var(--hover-background) !important;
}
/*not sure tell us why followup*/
#title.ytd-inline-survey-renderer, #follow-up-title.ytd-inline-survey-renderer,
#selected-response-text.ytd-rating-survey-renderer
{
color: var(--main-color) !important;
}
/*background and close button*/
ytd-inline-survey-renderer[expanded] #dismissable.ytd-inline-survey-renderer,
#dismiss-button.ytd-inline-survey-renderer
{
background-color: var(--second-background) !important;
}
paper-checkbox.ytd-checkbox-survey-option-renderer
{
background-color: var(--hover-background) !important;
}
/*thanks*/
#dismissed.ytd-inline-survey-renderer ytd-message-renderer.ytd-inline-survey-renderer
{
background-color: var(--hover-background) !important;
}

/*info warning - covid19*/
ytd-clarification-renderer
Expand Down

0 comments on commit b52b4b0

Please sign in to comment.