Skip to content

j by tester

Details

Authortester

LicenseNo License

Categoryyout

Created

Updated

Size37 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

true or false

Notes

Userstyle doesn't have notes.

Source code

Source code has over 10K characters, so we truncated it. You can inspect the full source code on install link.
/* ==UserStyle==
@name         j
@version      20220806.22.43
@namespace    userstyles.world/user/tester
@description  true or false
@author       tester
@license      No License
==/UserStyle== */

@-moz-document domain("youtube.com") {
body,
input,
button,
textarea {
    font-family: Arial, sans-serif;
}

h3,
h4,
h5,
h6,
#watch-more-related-loading {
    font-weight: 700;
}

.guide-pinned #appbar-guide-button {
    display: none;
}

#appbar-guide-button {
    position: absolute;
    left: 8px;
    top: 60px;
    z-index: 2147483647;
    margin: -3px -5px -3px -4px;
    padding: 5px;
    width: 175px;
    text-align: left;
    transition: left .3s ease-in-out;
    box-shadow: none !important;
}

.yt-uix-button-icon-appbar-guide,
#masthead-positioner:hover .yt-uix-button-icon-appbar-guide {
    background: no-repeat url(//s.ytimg.com/yts/imgbin/www-hitchhiker-vflV-JZ3-.png) -351px -71px;
    background-size: auto;
    width: 18px;
    height: 18px;
}
#appbar-guide-button:hover .yt-uix-button-icon-appbar-guide {
    background: no-repeat url(//s.ytimg.com/yts/imgbin/www-hitchhiker-vflV-JZ3-.png) -231px -139px;
    background-size: auto;
    width: 18px;
    height: 18px;
}
#appbar-guide-button:hover::after {
    color: #666;
}
#appbar-guide-button::after {
    position: absolute;
    top: 0;
    left: 0;
    content: 'Guide';
    line-height: 23px;
    margin-left: 34px;
    margin-top: 3px;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    color: #999;
    transition: opacity .3s linear;
    transition: left .3s ease-in-out;
}
.show-guide #appbar-guide-button {
    width: 28px;
    left: 143px;
    transition: left .3s ease-in-out;
}
.show-guide:not(.guide-pinned) #what_to_watch-guide-item {
    width: 130px;
}
#appbar-guide-menu,
.guide-flyout {
    z-index: 1000;
}
#appbar-guide-button::before {
    content: ' ';
    opacity: 0;
}
.show-guide #appbar-guide-button::after {
    opacity: 0;
    pointer-events: none;
    left: -136px;
}
.show-guide #appbar-guide-button::before {
    opacity: 1;
    border: 4px solid transparent;
    border-left-color: transparent;
    border-left-style: solid;
    border-left-width: 4px;
    border-left: none;
    border-right-color: #ccc;
    position: absolute;
    top: 15px;
    margin-top: -5px;
    left: -2px;
    -moz-transition: opacity .3s linear;
    -ms-transition: opacity .3s linear;
    -o-transition: opacity .3s linear;
    -webkit-transition: opacity .3s linear;
    transition: opacity .3s linear;
}
.show-guide #appbar-guide-button:hover::before {
    border-right-color: #666;
}

#yt-masthead-container,
#footer-container {
    background-color: #f1f1f1 !important;
}

.yt-base-gutter {
    padding-left: 45px !important;
    padding-right: 45px !important;
}

body,
.not-found {
    background: #fff;
}

strong,
b,
.yt-uix-tooltip-tip-content,
.yt-uix-range-tooltip-tip-content,
#footer-links-primary a,
#footer-links-secondary a,
.yt-lockup-title a,
.video-time,
#watch-header .yt-user-info a,
.comment-author-text,
.channel-header .about-channel-link-text,
.about-metadata-label,
.country-container .country-label,
.business-email-container .business-email-label {
    font-weight: 700;
}

#footer-links-primary a:hover,
#footer-links-secondary a:hover,
.comment-author-text,
#action-panel-details:hover a {
    color: #2793e6;
}

.yt-uix-button {
    font-weight: 700;
    font-size: 10.5px;
}

#upload-btn {
    opacity: 1 !important;
    border: 1px solid !important;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
}

#upload-btn {
    border-color: #d3d3d3 !important;
}

.guide-item .guide-count, .guide-badge-live {
     position: inherit;
    right: 6px;
    padding: 0 4px;
    height: 100%;
    background: none;
}

.guide-item .guide-count {
    right: 6px;
    padding: 0 4px;
    height: 100%;
    background: none;
}

.yt-uix-button-default:not(.yt-uix-button-link),
.yt-uix-button-default[disabled]:not(.yt-uix-button-link),
.yt-uix-button-default[disabled]:hover:not(.yt-uix-button-link),
.yt-uix-button-default[disabled]:active:not(.yt-uix-button-link),
.yt-uix-button-default[disabled]:focus:not(.yt-uix-button-link),
#upload-btn:not(.yt-uix-button-link),
#upload-btn[disabled]:not(.yt-uix-button-link),
#upload-btn[disabled]:hover:not(.yt-uix-button-link),
#upload-btn[disabled]:active:not(.yt-uix-button-link),
#upload-btn[disabled]:focus:not(.yt-uix-button-link),
.not-found-search__search-button:not(.yt-uix-button-link) {
    text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
    border-color: #d3d3d3;
    background-color: #f8f8f8;
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#fffcfcfc, EndColorStr=#fff8f8f8);
    background-image: -moz-linear-gradient(top, #fcfcfc 0, #f8f8f8 100%);
    background-image: -ms-linear-gradient(top, #fcfcfc 0, #f8f8f8 100%);
    background-image: -o-linear-gradient(top, #fcfcfc 0, #f8f8f8 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fcfcfc), color-stop(100%, #f8f8f8));
    background-image: -webkit-linear-gradient(top, #fcfcfc 0, #f8f8f8 100%);
    background-image: linear-gradient(to bottom, #fcfcfc 0, #f8f8f8 100%);
    color: #333;
}

#watch8-sentiment-actions .yt-uix-button {
    border: 1px solid transparent;
    border-radius: 2px;
    opacity: .6;
    padding: 0 7px !important;
    margin-top: 4px;
}

#watch8-sentiment-actions .yt-uix-button:hover {
    opacity: .7;
}

#watch8-sentiment-actions .yt-uix-button-toggled {
    opacity: 1 !important;
}

#watch8-sentiment-actions .yt-uix-button .yt-uix-button-content {
    color: #333;
}

#watch8-sentiment-actions .yt-uix-button.like-button-renderer-dislike-button {
    padding: 0 5px !important;
}

#watch-header {
    padding: 0;
}

#watch7-headline {
    padding: 15px 20px 9px;
}

#watch7-user-header {
    padding: 0 20px 15px;
}

#watch8-action-buttons {
    padding: 0 18px;
    border-top: 0;
}

#watch8-secondary-actions .yt-uix-button::before {
    content: none;
}

#watch8-secondary-actions .yt-uix-button {
    height: 40px;
    padding: 0 10px;
    margin-right: 15px;
    border-bottom: 3px solid transparent !important;
    opacity: .5;
}

#watch8-secondary-actions .yt-uix-button:hover,
#watch8-secondary-actions .yt-uix-button:active,
#watch8-secondary-actions .yt-uix-button-toggled {
    border-bottom-color: #cc181e !important;
    opacity: 1;
}

#watch8-secondary-actions .yt-uix-button .yt-uix-button-content {
    color: #333;
}

.yt-uix-button-default:hover:not(.yt-uix-button-link),
.yt-uix-button-text:hover:not(.yt-uix-button-link),
#upload-btn:hover:not(.yt-uix-button-link),
.not-found-search__search-button:hover:not(.yt-uix-button-link),
#watch8-sentiment-actions .yt-uix-button:hover,
.yt-card .yt-uix-button-expander:hover {
    border-color: #c6c6c6;
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#fff8f8f8, EndColorStr=#ffeeeeee);
    background-image: -moz-linear-gradient(top, #f8f8f8 0, #eee 100%);
    background-image: -ms-linear-gradient(top, #f8f8f8 0, #eee 100%);
    background-image: -o-linear-gradient(top, #f8f8f8 0, #eee 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f8f8f8), color-stop(100%, #eee));
    background-image: -webkit-linear-gradient(top, #f8f8f8 0, #eee 100%);
    background-image: linear-gradient(to bottom, #f8f8f8 0, #eee 100%);
}

#watch8-sentiment-actions .yt-uix-button:hover {
    border: 1px solid #c6c6c6;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
}


.yt-uix-button-default:active:not(.yt-uix-button-link),
.yt-uix-button-default.yt-uix-button-toggled:not(.yt-uix-button-link),
.yt-uix-button-default.yt-uix-button-active:not(.yt-uix-button-link),
.yt-uix-button-default.yt-uix-button-active:focus:not(.yt-uix-button-link),
.yt-uix-button-text:active:not(.yt-uix-button-link),
#upload-btn:active:not(.yt-uix-button-link),
.not-found-search__search-button:active:not(.yt-uix-button-link),
#watch8-sentiment-actions .yt-uix-button:active,
.yt-card .yt-uix-button-expander:active {
    border-color: #c6c6c6;
    background-color: #e9e9e9;
    background-image: none;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .20);
    -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .20);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .20);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .20) !important;
}

#masthead-positioner,
#appbar-guide-menu {
    position: absolute;
}

#appbar-guide-menu {
    border: 0 !important;
    margin-left: 45px;
    width: 180px;
}

#masthead-appbar {
    margin-top: -41px;
}

#masthead-positioner-height-offset {
    height: 50px;
}

.content-alignment {
    margin: 0 45px;
}

#header::before,
.ypc-join-family-header .logo,
#footer-logo .footer-logo-icon,
#yt-masthead #logo-container .logo,
#masthead #logo-container,
.admin-masthead-logo a,
#yt-sidebar-styleguide-logo #logo {
    width: 72px !important;
    background: no-repeat url(//s.ytimg.com/yts/imgbin/www-hitchhiker-vflmnaCdT.png) -90px -108px !important;
}

.guide-pinned.show-guide .guide-pinning-enabled #footer-container {
    padding-left: 30px;
}

.yt-card {
    box-shadow: none;
}

#content {
    top: -10px;
}

#guide-container {
    padding: 20px 0 0 5px;
    width: 180px;
}

.guide-pinned.show-guide .guide-pinning-enabled #page,
.guide-pinned.show-guide .guide-pinning-enabled #appbar-content {
    padding-left: 180px;
}

#yt-masthead .yt-masthead-logo-container {
    width: 180px;
}

.branded-page-v2-col-container:first-child {
    border-top: 0;
}

.guide-item {
    font-size: 11px;
    color: #555;
}

#yt-masthead #logo-container {
    margin-left: 9px;
    margin-top: -1px;
}

#masthead-search-term::placeholder {
    opacity: 0;
}

#masthead-search .search-btn-component .yt-uix-button-content,
.not-found-search__search-icon {
    background: no-repeat url(//s.ytimg.com/yts/imgbin/www-hitchhiker-vflbk2Y8_.png) -196px -20px;
    margin: 0 24.5px;
}

.guide-item.guide-item-selected,
.gui...

Reviews

No reviews yet.