On December 6th, 2023, YouTube has changed the watch page title again from YouTube Sans back to Roboto by default.
Change Watch Page Title from Roboto Back to Sans by magma_craft
Details
Authormagma_craft
LicenseCC Zero
Categoryyoutube
Created
Updated
Size548 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 Change Watch Page Title from Roboto Back to Sans
@namespace example.com
@version 1.0.0
@description On December 6th, 2023, YouTube has changed the watch page title again from YouTube Sans back to Roboto by default.
@author Magma_Craft 0
==/UserStyle== */
@-moz-document domain("youtube.com") {
ytd-watch-metadata[title-headline-xs] h1.ytd-watch-metadata {
font-family: "YouTube Sans","Roboto",sans-serif !important;
font-weight: 600 !important;
}
}