Skip to content

Instantly share code, notes, and snippets.

@katabame
Last active December 19, 2016 12:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save katabame/3e43dc68b089401b08d73b87712320a5 to your computer and use it in GitHub Desktop.
Save katabame/3e43dc68b089401b08d73b87712320a5 to your computer and use it in GitHub Desktop.
nico5 (niconico html5 player tweaker)
/*
How to use: patch this up to http://www.nicovideo.jp/watch/*
LICENSE: MIT
*/
.SwitchToFlashLead, .VideoMenuContainer-uadContainer, .BottomContainer-side, .IchibaContainer, .FooterContainer-group, .MiniBannerAdContainer, .MarqueeContainer, .PremiumLink, .PreVideoStartPremiumLinkContainer, .NicoSpotAdContainer
{
display: none;
}
.WatchAppContainer
{
background-color: #E0E0E0;
}
.SearchBox-input
{
box-shadow: none;
}
.SeekBarHandle-handle, .SeekBar-played, .VolumeBar-progress
{
background-color: #9C27B0;
}
.TagItem, .NicoDicIcon, .TagEnterEditingButton
{
border-radius: 2px;
}
.FooterContainer
{
background-color: #212121;
}
.VideoDescriptionContainer
{
width: 100%
}
.VideoDescriptionContainer-expander
{
left: 85% !important;
}
.CommentPanelContainer-commentPanel
{
height: 111.5%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment