Skip to content

Dearrow - Remove Dearrow Button by Nick2bad4u

Mirrored from https://github.com/Nick2bad4u/UserStyles/raw/refs/heads/main/Dearrow-RemoveDearrowButton.user.css

Screenshot of Dearrow - Remove Dearrow Button

Details

AuthorNick2bad4u

LicenseUnLicense

Categoryyoutube

Created

Updated

Size504 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Dearrow - Remove Button from YouTube Extension Dearrow

Notes

For any issues or suggestions, please raise them in the GitHub repository.

Source code

/* ==UserStyle==
@name         Dearrow - Remove Dearrow Button
@version      20250112.23.18
@namespace    typpi.online
@description  Dearrow - Remove Button from YouTube Extension Dearrow
@homepageURL  https://github.com/Nick2bad4u/UserStyles
@author       Nick2bad4u
@license      UnLicense
@preprocessor stylus
@var          checkbox hidebutton "Hide Button" 1
==/UserStyle== */
@-moz-document domain("youtube.com")
{
	if hidebutton
	{
		#video-title-link > button > img
		{
			display: none;
		}
	}
}

Reviews

No reviews yet.