Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

Commit 81fef4e

Browse files
MortimerGorobluemarvin
authored andcommittedJan 7, 2020
Hide youtube fullscreen share button (#2598)
1 parent 4a713bd commit 81fef4e

File tree

1 file changed

+4
-0
lines changed
  • app/src/main/assets/web_extensions/webcompat_youtube

1 file changed

+4
-0
lines changed
 

‎app/src/main/assets/web_extensions/webcompat_youtube/main.css

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
.ytp-generic-popup, ytp-generic-popup {
55
display: none;
66
}
7+
/* Hide not working share button in fullscreen. */
8+
.ytp-share-icon {
9+
display: none;
10+
}
711

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

0 commit comments

Comments
 (0)
This repository has been archived.