Mastodon:冻结动画表情和头像
停止自定义表情和 GIF 头像的动画,减少视觉干扰。
可复制的代码
/* Freeze animated custom emoji and avatars on hover */
img.emojione,
img.custom-emoji,
.account__avatar img,
.status__avatar img {
animation: none !important;
}
.account__avatar--animate,
.status__avatar--animate {
background-image: none !important;
}
/* Replace animated GIF avatars with their still version */
.account__avatar-overlay-base img,
.account__avatar img[src*=".gif"],
.status__avatar img[src*=".gif"] {
image-rendering: -webkit-optimize-contrast;
}
如何使用此示例
- 用上方按钮复制代码。
- 安装 JustZix(2 分钟),在目标页面打开扩展。
- 添加一条匹配该页面的新规则。
- 将代码粘贴到规则的 CSS 面板并保存 — 效果立即生效。
为此示例评分
暂无评分 — 成为第一个。