Remove the De Arrow buttons in the youtube ui.
Remove De-Arrow Icons by michaeleii
Details
Authormichaeleii
LicenseNo License
Categoryyoutube.com
Created
Updated
Code size287 B
Code checksumb5061e4
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Remove De-Arrow Icons
@version 20241202.02.59
@namespace https://userstyles.world/user/michaeleii
@author michaeleii
@license No License
==/UserStyle== */
@-moz-document domain("www.youtube.com") {
.cbTitleButtonContainer {
display: none;
}
}