Skip to content

Thanx YouTube by breakingballz

Details

Authorbreakingballz

LicenseNo License

Categoryhttps://www.youtube.com

Created

Updated

Size532 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Removes the BS and lets you watch what you want

Notes

Not fully tested that some elements won't disappear because of this, but home page and videos work just fine

Source code

/* ==UserStyle==
@name         Thanx YouTube
@version      20240419.16.37
@namespace    https://userstyles.world/user/Shortchange
@description  Removes the BS and lets you watch what _you_ want
@author       Shortchange
==/UserStyle== */

@-moz-document url-prefix("https://www.youtube.com") {
#columns > #secondary {
  width: 100%;
}

#columns > #primary,
#header,
#endpoint[title="Shorts"],
#sections > ytd-guide-section-renderer:nth-child(3),
#sections > ytd-guide-section-renderer:nth-child(4){
    display: none !important;
}
}

Reviews

No reviews yet.