Skip to content

Commit

Permalink
Hide youtube fullscreen share button (MozillaReality#2598)
Browse files Browse the repository at this point in the history
  • Loading branch information
MortimerGoro authored and Alexandre Lissy committed Jan 21, 2020
1 parent de2ee25 commit 05425b1
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
Original file line number Diff line number Diff line change
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 05425b1

Please sign in to comment.