Skip to content

Replace Apple emojis with twitter ones on Fibery by phoenix616

Details

Authorphoenix616

LicenseCC0

Categoryfibery.io

Created

Updated

Size515 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

This allows replacing of the Apple emojis that are used by default in Fibery with ones that look better (twitter ones)

Notes

This allows replacing of the Apple emojis that are used by default in Fibery with ones that look better (twitter ones).

Also changes the emoji size to 16px to fix scaling issues.

Source code

/* ==UserStyle==
@name           Replace apple emojies with twitter ones on Fibery
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    Replace apple emojies with twitter ones on Fibery
@author         Phoenix616
==/UserStyle== */

@-moz-document domain("fibery.io") {
    .emoji-mart-emoji span {
		background-image: url(https://unpkg.com/emoji-datasource-twitter@5.0.1/img/twitter/sheets-256/16.png)!important;
		width: 16px!important;
   		height: 16px!important;
	}
}

Reviews

No reviews yet.