Replaces the new icon with the old one
Original LetterBomb Icon by Edwin-Zarco
Details
AuthorEdwin-Zarco
LicenseAGPLv3
Categoryplease.hackmii.com
Created
Updated
Size437 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
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;
}
}