Hides the annoying YouTube country code
Hide YouTube country code by secret-chest
Details
Authorsecret-chest
LicenseCC0-1.0
Categoryyoutube
Created
Updated
Size345 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Hide YouTube country code
@version 20220326.12.19
@namespace userstyles.world/user/secret-chest
@description Hides the annoying YouTube country code
@author secret-chest
@license CC0-1.0
==/UserStyle== */
@-moz-document domain("youtube.com") {
#country-code {
display: none !important;
}
}