Skip to content

youtube iframe disable title by ninefloor

Details

Authorninefloor

LicenseMIT

Categoryuserstyle

Created

Updated

Size412 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

piku용 제목 없애기

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         youtube iframe disable title
@version      20240508.12.53
@namespace    https://userstyles.world/user/ninefloor
@description  piku용 제목 없애기
@author       ninefloor
@license      MIT
==/UserStyle== */

@-moz-document url-prefix("https://www.youtube.com/embed") {
	 .ytp-show-cards-title {
	 	display: none !important;
	 }

	 .ytp-impression-link {
	 	display: none;
	 }
}

Reviews

No reviews yet.