Importing Mastodon Bird UI to selected domains with JSDelivr
Mastodon Bird UI by LIGMATV

Details
AuthorLIGMATV
LicenseMIT
Categorymastodon, mstdn
Created
Updated
Code size1.3 kB
Code checksum3bd17d62
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Mastodon Bird UI
@version 20250209.06.24
@namespace https://userstyles.world/user/LIGMATV
@description Importing Mastodon Bird UI to selected domains with JSDelivr
@author Roni Laukkarinen
@license MIT
==/UserStyle== */
@-moz-document url-prefix("https://mastodon.social/"),
url-prefix("https://mstdn.social/"),
url-prefix("https://mas.to/"),
url-prefix("https://infosec.exchange/"),
url-prefix("https://mastodon.world/"),
url-prefix("https://hachyderm.io/"),
url-prefix("https://social.vivaldi.net/"),
url-prefix("https://techhub.social/"),
url-prefix("https://universeodon.com/"),
url-prefix("https://mastodonapp.uk/"),
url-prefix("https://mstdn.ca/"),
url-prefix("https://c.im/"),
url-prefix("https://sfba.social/"),
url-prefix("https://aus.social/"),
url-prefix("https://mastodon.scot/"),
url-prefix("https://mstdn.party/"),
url-prefix("https://toot.community/"),
url-prefix("https://ohai.social/"),
url-prefix("https://defcon.social/"),
url-prefix("https://ioc.exchange/") {
@import url('https://cdn.jsdelivr.net/gh/ronilaukkarinen/mastodon-bird-ui@main/layout-single-column.css');
@import url('https://cdn.jsdelivr.net/gh/ronilaukkarinen/mastodon-bird-ui@main/layout-multiple-columns.css');
}