Removes the share icons and makes the text appear a bit smaller to make it more accurate to the actual share center from YouTube 2009.
BitView more accurate share center by RysieQu

Details
AuthorRysieQu
LicenseNo License
CategoryBitView
Created
Updated
Code size662 B
Code checksum1be26b32
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
It was still work in progress but then I gave up - I wanted to make it have the original YT share options (f.e. MySpace) depending on your liking, but that's too much for me to do lol
Source code
/* ==UserStyle==
@name BitView more accurate share center
@namespace github.com/openstyles/user/RysieQu
@version 1.0.0
@description Removes the share icons and makes the text appear a bit smaller to make it more accurate to the actual share center from YouTube 2009.
@author RysieQu
==/UserStyle== */
@-moz-document url-prefix("https://www.bitview.net/") {
.watch-recent-shares-div {
width: 82px
}
.watch-recent-shares-div span {
font-size: 11px
}
.icn_share_promoted_reddit, .icn_share_promoted_facebook, .icn_share_promoted_twitter, .icn_share_promoted_bwitter {
opacity: 0;
}
}