Skip to content

Hide Like Count for bluesky by buhoho

Details

Authorbuhoho

LicenseNo License

Categorybsky.app

Created

Updated

Size380 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

This userstyle hides the "Like" count on the Bluesky website.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Hide Like Count for bluesky
@version      20240608.22.03
@namespace    userstyles.world/user/buhoho
@description  This userstyle hides the "Like" count on the Bluesky website.
@license      MIT
@category     Social
==/UserStyle== */

@-moz-document domain("bsky.app") {

div[data-testid="likeCount"].css-146c3p1 {
	display: none;
}

}

Reviews

No reviews yet.