Skip to content

Commit

Permalink
Hide youtube fullscreen share button (#2598)
Browse files Browse the repository at this point in the history
  • Loading branch information
MortimerGoro authored and bluemarvin committed Jan 7, 2020
1 parent 4a713bd commit 81fef4e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/src/main/assets/web_extensions/webcompat_youtube/main.css
Expand Up @@ -4,6 +4,10 @@
.ytp-generic-popup, ytp-generic-popup {
display: none;
}
/* Hide not working share button in fullscreen. */
.ytp-share-icon {
display: none;
}

/* Improve readability a bit in FxR. */
hr, html, i, iframe, img, ins, kbd, label, legend, li, menu, object, ol, p, pre, q, s, samp, small, span, strike, strong, sub {
Expand Down

0 comments on commit 81fef4e

Please sign in to comment.