Adds confetti to your profile, should be used during your birthday (or whatever else you're celebrating)
Confetti for Bluesky by griffenhiggins

Details
Authorgriffenhiggins
LicenseNo License
Categoryhttps://bsky.app/profile/
Created
Updated
Code size358 B
Code checksum8b96dbc0
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
You need to manually set it to your profile, by default it applies to every profile.
Source code
/* ==UserStyle==
@name HAPPY BIRTHDAY
@version 20250204.01.59
@namespace ?
==/UserStyle== */
@-moz-document url-prefix("https://bsky.app/profile/yancadoodles.bsky.social") {
html, body, #root:after {
content: "";
background: url("https://i.gifer.com/6ob.gif");
height: 100%;
width: 100%;
position: absolute;
pointer-events: none
}
}