Holotower Custom Emotes Box

Adds a custom emote box to the quick reply form on Holotower

您需要先安裝使用者腳本管理器擴展,如 TampermonkeyGreasemonkeyViolentmonkey 之後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyUserscripts 後才能安裝該腳本。

你需要先安裝一款使用者腳本管理器擴展,比如 Tampermonkey,才能安裝此腳本

您需要先安裝使用者腳本管理器擴充功能後才能安裝該腳本。

(我已經安裝了使用者腳本管理器,讓我安裝!)

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

(我已經安裝了使用者樣式管理器,讓我安裝!)

作者
tentontruck
今日安裝
0
安裝總數
93
評價
0 0 0
版本
1.13
建立日期
2025-07-02
更新日期
2025-11-21
尺寸
97.3 KB
授權條款
CC0
腳本執行於

Adds a button to the Quick Reply box to open an Emote Menu.

To adjust the height of the emote list add this to User CSS:

#emote-list { max-height:400px !important }

Emotes in posts can be made bigger with this User CSS:

.post.reply img.c_emoji {
 height: 40px;
 width: 40px;
}

You can use CSS to apply fun effects and animations to specific emotes:

@keyframes laugh-jump {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}
.c_emoji[src*="saba/_HAHA.png"] {
animation: laugh-jump 0.25s ease-in-out infinite;
}