Dearrow - Remove Button from YouTube Extension Dearrow
Dearrow - Remove Dearrow Button by Nick2bad4u
Mirrored from https://github.com/Nick2bad4u/UserStyles/raw/refs/heads/main/Dearrow-RemoveDearrowButton.user.css
Details
AuthorNick2bad4u
LicenseUnLicense
Categoryyoutube
Created
Updated
Size412 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 Dearrow - Remove Dearrow Button
@version 20241116.23.30
@namespace typpi.online
@description Dearrow - Remove Button from YouTube Extension Dearrow
@homepageURL https://github.com/Nick2bad4u/UserStyles
@author Nick2bad4u
@license UnLicense
==/UserStyle== */
@-moz-document domain("youtube.com") {
#video-title-link > button > img {
display: none;
}
}