Removes dumb emoji video from iCloud login page.
iCloud - Kill Big Stupid Emoji Video - 3/14/2023, 1:57:08 PM by typographical
Details
Authortypographical
LicenseNo License
Categoryicloud.com
Created
Updated
Size332 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 Kill Stupid Giant Apple Emoji - 3/14/2023, 1:57:08 PM
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("icloud.com") {
.icloud-animated-hero {
display: none;
}
}