Skip to content

Original LetterBomb Icon by Edwin-Zarco

Screenshot of Original LetterBomb Icon

Details

AuthorEdwin-Zarco

LicenseAGPLv3

Categoryplease.hackmii.com

Created

Updated

Code size437 B

Code checksumb7064ae4

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Replaces the new icon with the old one

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Original LetterBomb Icon
@namespace      github.com/Edwin-Zarco/userstyles
@version        1.0.0
@description    Replaces the new icon with the old one
@author         Edwin Zarco
@license		AGPLv3
==/UserStyle== */
@-moz-document url-prefix("https://please.hackmii.com/") {
	img[src$="/letterbomb_icon_pride.png"] {
		content: url("https://please.hackmii.com/static/letterbomb_icon.png") !important;
	}
}

Reviews

No reviews yet.