a userstyle that fixes most of the issues with 7ktTube, like the channel page and the main topbar.
7ktTube Hitchhiker Bugfixes & Tweaks! by underscoreangel

Details
Authorunderscoreangel
LicenseNo License
Categoryyoutube
Created
Updated
Code size1.6 kB
Code checksum70c574bf
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
MAJOR UPDATE Version 0.49!
-
Fixed channel page banner
-
Replaces the settings icon for a better one
-
Slight fix to the channel banner
-
Slight fix to the channel avatar
-
Added a drop shadow to the channel avatar
Source code
/* ==UserStyle==
@name UnderscoreAngel's 7ktTube hitchhiker bugfixes & Tweaks
@namespace github.com/openstyles/stylus
@version 0.0.49
@description fixes some little bugs with 7ktTube's hitchhiker 2016 recreation (ONLY WORKS WITH 7KTTUBE!)
@author UnderscoreAngel, 7kt-swe.
==/UserStyle== */
@-moz-document domain("youtube.com") {
/*Gear/Cog Setting icon*/
ytd-topbar-menu-button-renderer:nth-last-of-type(3) yt-icon {
background: no-repeat url(https://i.ibb.co/093TxVq/settoing-real.png) !important;
}
/*Channel Page Fix*/
/*Banner*/
ytd-c4-tabbed-header-renderer[use-page-header-style] .page-header-banner-image.ytd-c4-tabbed-header-renderer {
left: 12.1px!important;
width: 98%!important;
height: 209.1382614px;
}
/*Channel Avatar*/
#avatar.ytd-c4-tabbed-header-renderer, #avatar.ytd-c4-tabbed-header-renderer img.yt-img-shadow {
top: -95px !important;
box-shadow: 0px 2px 2px #00000036!important;
}
#avatar.ytd-c4-tabbed-header-renderer {
box-shadow: 0px 0px 0px #00000036!important;
}
/*Channel Header below banner*/
#channel-header.ytd-c4-tabbed-header-renderer {
top: 10px;
padding: 15px 14px 15px !important;
}
/*Channel Nav Bar*/
.yt-tab-group-shape-wiz__slider {
background-color: #e60000!important;
}
.yt-tab-shape-wiz__tab {
color: #666;
font-family: "roboto",sans-serif!important;
letter-spacing:0!important;
font-weight: 400!important;
font-size: smaller!important;
}
#tabsContent.scrollable.tp-yt-paper-tabs {
padding-top: 3px;
left: -10px;
}
}