Makes customtube more accurate by removing some new features and also removes autoplay and miniplayer and other features
accurate customtube by builderboy
Details
Authorbuilderboy
LicenseNo License
Categoryyoutube.com
Created
Updated
Size2.4 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
for layouts 2008-2015 (more modification https://userstyles.world/style/6127/late-2015-early-2016-player-icons-deprecated this might be better https://userstyles.world/style/10010/youtube-2015-2016-player)
Source code
/* ==UserStyle==
@name acccurate customtube
@version 20230908.10.49
@namespace userstyles.world/user/builderboy
@description Makes customtube more accurate by removing some new features
@author builderboy
@license No License
==/UserStyle== */
@-moz-document domain("youtube.com") {
ytd-companion-slot-renderer {
display: none
}
ytd-promoted-sparkles-web-renderer {
display: none
}
.ytp-ad-player-overlay-flyout-cta-rounded {
display: none
}
yt-dropdown-menu {
display: none
}
ytd-structured-description-content-renderer.ytd-watch-metadata {
display: none
}
#contents.ytd-item-section-renderer>ytd-reel-shelf-renderer.ytd-item-section-renderer:first-child {
display: none
}
ytd-display-ad-renderer[rounded] #media-container.ytd-display-ad-renderer {
border-radius: 0px;
overflow: hidden;
}
ytd-display-ad-renderer[layout=display-ad-layout-top-landscape-image] #title-text.ytd-display-ad-renderer, ytd-display-ad-renderer[layout=display-ad-layout-top-landscape-image] .title-text.ytd-display-ad-renderer {
color: var(--bt-small-grid-link-color, revert);
font-size: var(--bt-small-grid-title-font-size);
line-height: var(--bt-small-grid-title-line-height);
font-weight: var(--bt-small-grid-title-font-weight);
max-height: var(--bt-small-grid-title-max-height);
}
ytd-display-ad-renderer[layout=display-ad-layout-top-landscape-image][standardize-icon-size] #media-badge.ytd-display-ad-renderer {
display: none
}
ytd-display-ad-renderer[layout=display-ad-layout-top-landscape-image] #secondary-text.ytd-display-ad-renderer {
display: none
}
ytd-display-ad-renderer[layout=display-ad-layout-top-landscape-image] #badge.ytd-display-ad-renderer {
display: none
}
.yt-spec-button-shape-next--size-m {
padding: 0 16px;
height: 36px;
font-size: 14px;
line-height: 36px;
border-radius: 0px;
}
.ytp-autonav-toggle-button {
display: none
}
.ytp-chrome-controls .ytp-button.ytp-miniplayer-button {
display: none
}
.yt-spec-button-shape-next--disabled.yt-spec-button-shape-next--tonal {
display: none
}
#title.ytd-rich-metadata-renderer {
display: none
}
#call-to-action.ytd-rich-metadata-renderer {
display: none
}
.yt-spec-button-shape-next--mono.yt-spec-button-shape-next--outline {
display: none
}
ytd-statement-banner-renderer {
display: none
}
}