youtube decided to fuck up and make it impossible to scroll through the tabs thingie so here's something to make it go to the start of the list
Move "New to you" tab to the start - YouTube by homosexuayla
Details
Authorhomosexuayla
LicenseNo License
Categoryyoutube
Created
Updated
Size686 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
i made it in like 2min it's a really simple and dumb fix
it's not impossible anymore to scroll through the tabs but it's still nice to have it without having to scroll
Source code
/* ==UserStyle==
@name Move "New to you" tab to the start - YouTube
@version 20230908.00.58
@namespace userstyles.world/user/homosexuayla
@description youtube decided to fuck up and make it impossible to scroll through the tabs thingie so here's something to make it go to the start of the list
@author homosexuayla
@license No License
==/UserStyle== */
@-moz-document domain("youtube.com") {
[chip-style="STYLE_REFRESH_TO_NOVEL_CHIP"] {
position: absolute;
left: 0;
}
#chips.ytd-feed-filter-chip-bar-renderer:has([chip-style="STYLE_REFRESH_TO_NOVEL_CHIP"]) {
padding-left: 108px;
/*padding-left: 150px;*/
}
}