Get StarTube Aozora and Early 2011 Aozora Tweaks before installing
Makes Aozora Tweaks even more accurate.
Aozora Early 2011 Tweaks Tweaks by amy021

Details
Authoramy021
LicenseNo License
Categoryyoutube.com
Created
Updated
Code size3.4 kB
Code checksum42fbc332
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Aozora Early 2011 Tweaks Tweaks
@version 20241207.04.54
@namespace https://userstyles.world/user/amy021
@description Get StarTube Aozora and Early 2011 Aozora Tweaks before installingMakes Aozora Tweaks even more accurate.
@author amy021
@license No License
==/UserStyle== */
@-moz-document domain("youtube.com") {
#sb-button-notify {
display: none;
}
#watch7-user-header .yt-user-videos {
display: none !important;
}
.oz-notify-pane .notify-text {
display: none;
}
.html5-video-player .captions-text {
font-weight: bold;
}
.watch-wide {
background-color: transparent;
}
.oz-hovercard {
display: none;
}
.captions-text {
background: none;
}
[exp-legacy-comments] .entries .distiller_yt-post-content::before {
height: calc(100% - -10.3px)
}
/* [exp-aozora-comments] .distiller_yt-thread .comment {
padding: 4px;
} */
[exp-legacy-comments] .reply_poster {
background-color: #FFF;
}
.jfk-button-action, .oz_button_loading {
padding: 0 6px !important;
height: 25px !important;
border: 1px solid #ccc !important;
color: #000;
background-image: linear-gradient(#fff 0%, #efefef 100%) !important;
border-radius: 3px;
font-weight: normal;
font-size: 12px;
box-shadow: none;
opacity: 1;
line-height: 28px;
}
.cssAction_Expander:hover {
background-color: transparent;
}
[exp-aozora-header] body .v3 #yt-masthead-user {
padding: 3px;
}
[exp-aozora-header] body .v3 #yt-masthead-user:hover {
border-color: #999;
background: #f3f3f3;
background-image: -moz-linear-gradient(top, #ffffff, #ebebeb);
background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ebebeb));
-webkit-box-shadow: 0 0 3px #999;
box-shadow: 0 0 3px #999;
padding: 3px;
}
/* #yt-masthead-user:before {
content: ' | Sign Out';
} */
.yt-alert-actionable.yt-alert-success .icon, .yt-alert-default.yt-alert-success .icon {
background: no-repeat url(//s.ytimg.com/yt/imgbin/www-master-vfl8ZHa_q.png) -83px -102px;
width: 18px;
line-height: 16px;
}
.yt-alert-default.yt-alert-success, .yt-alert-actionable.yt-alert-success, .yt-alert-naked.yt-alert-success .yt-alert-icon, .yt-alert-small.yt-alert-success {
border: 1px solid #ccc !important;
color: #000;
background-image: linear-gradient(rgb(255, 255, 255) 0%, rgb(239, 239, 239) 100%) !important;
border-radius: 3px;
font-weight: normal;
font-size: 12px;
box-shadow: none;
opacity: 1;
height: 18px;
padding: 2px;
}
.yt-alert-actionable .yt-alert-content, .yt-alert-default .yt-alert-content {
font-weight: normal;
padding: 2px;
}
#watch5-view-count span:after {
content: 'views';
font-weight: normal;
font-size: 12px;
}
.html5-video-info-panel-content {
padding:5px;
border: 1px solid;
border-radius: 3px;
opacity: 1;
}
.html5-player-chrome .ytp-time-display {
left: -5px;
}
/* .watch-sidebar-head {
display: none;
}
.watch-sidebar-head:after {
content: 'Suggestions';
} */
[exp-aozora-comments] .distiller_yt-thread .comment:hover {
background: #fff;
cursor: pointer;
}
button {
cursor: pointer !important;
}
.branded-page-module-title-v2 .branded-page-module-avatar {
display: none;
}
.appbar-mini-cinema #player.watch-medium::before {
background-color: #FFF;
}
}