Skip to content

Commit

Permalink
Youtube Tweaks 2.0.1 release
Browse files Browse the repository at this point in the history
## v2.0.1 ... (21 OCTOBER 24)

### Additions:
`+` Added extra selectors to No Recomendations Bar.
  • Loading branch information
JourneyOver committed Oct 22, 2024
1 parent 789ad62 commit d582c3d
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 8 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# YouTube Tweaks Changelog

## v2.0.1 ... (21 OCTOBER 24)

### Additions:
`+` Added extra selectors to No Recomendations Bar.

## v2.0.0 ... (18 OCTOBER 24)

### Changes:
Expand Down
14 changes: 10 additions & 4 deletions build/style.styl
Original file line number Diff line number Diff line change
Expand Up @@ -284,10 +284,16 @@
}
}

[page-subtype="home"] ytd-feed-filter-chip-bar-renderer,
#home-chips,
yt-related-chip-cloud-renderer {
display: none if no-recomendations-bar;
if no-recomendations-bar {
[page-subtype="home"] ytd-feed-filter-chip-bar-renderer,
#home-chips,
yt-related-chip-cloud-renderer {
display: none;
}

ytd-masthead[frosted-glass=with-chipbar] #background.ytd-masthead {
height: var(--ytd-toolbar-height);
}
}

ytd-rich-section-renderer {
Expand Down
14 changes: 10 additions & 4 deletions youtube-tweaks.user.styl
Original file line number Diff line number Diff line change
Expand Up @@ -312,10 +312,16 @@
}
}

[page-subtype="home"] ytd-feed-filter-chip-bar-renderer,
#home-chips,
yt-related-chip-cloud-renderer {
display: none if no-recomendations-bar;
if no-recomendations-bar {
[page-subtype="home"] ytd-feed-filter-chip-bar-renderer,
#home-chips,
yt-related-chip-cloud-renderer {
display: none;
}

ytd-masthead[frosted-glass=with-chipbar] #background.ytd-masthead {
height: var(--ytd-toolbar-height);
}
}

ytd-rich-section-renderer {
Expand Down

0 comments on commit d582c3d

Please sign in to comment.