Skip to content

feat/hide-more-elements#559

Closed
MisterXYCB wants to merge 3 commits into
SevenTV:masterfrom
MisterXYCB:hide-more-elements
Closed

feat/hide-more-elements#559
MisterXYCB wants to merge 3 commits into
SevenTV:masterfrom
MisterXYCB:hide-more-elements

Conversation

@MisterXYCB
Copy link
Copy Markdown

Added the option to hide the following three things:

  • Squad-Stream Button
  • Uptime
  • Viewer Count

Comment on lines +238 to +254
.seventv-hide-uptime {
span[class="live-time"] {
display: none !important;
}
}
.seventv-hide-viewer-count {
p[data-a-target="animated-channel-viewers-count"] {
display: none !important;
}
svg[type="color-text-accessible-red"] {
display: none !important;
}
}
.seventv-hide-squad-stream-button {
a[href$="squad"] {
display: none !important;
}
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Most of these selectors are too broad and would result in content being hidden where it shouldn't be

@AnatoleAM
Copy link
Copy Markdown
Contributor

Please open a new PR if feedback is addressed.

@AnatoleAM AnatoleAM closed this Jun 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants