Chat Tips March 23, 2026 · 2 min read · 0 views

Ghost Mode Power: Become a Transparent Ghost in Chat

← Back to Chat Tips

Ghost Mode transforms your avatar into a semi-transparent, slightly desaturated ghost — 50% opacity with a faint grayscale filter — visible to everyone in the room as a mysterious translucent figure. It is the ultimate lurker aesthetic: present in the room, but ethereally faded.

Live Demo — Ghost Mode Avatar

Live demo — avatar appearance
👤
Normal
👤
Ghost Mode
GhostUser 👻 Drifting through the room...

What Ghost Mode Does

Ghost Mode is an aura-type power. It applies two CSS properties to your avatar image in the chat feed:

  • Opacity: 50% — makes your avatar translucent, allowing the background to show through
  • Filter: grayscale(25%) brightness(1.15) — slightly desaturates colours and brightens slightly for a classic ghostly look

In private message rows, Ghost Mode also dims the entire message row to 55% opacity, giving a haunting, faded appearance throughout the conversation.

How to Get Ghost Mode

  1. Enter any chat room on ChatNoRegister
  2. Click ✦ Powers in the top bar
  3. Find Ghost Mode → tap Buy — costs 200 Gold 🪙
  4. Tap Activate
Ghost Mode is purchased with Gold. It is mutually exclusive with other avatar-pulse powers — only one avatar effect can be active at a time.

The CSS Code

.pwr-ghost {
  opacity: 0.50 !important;
  filter: grayscale(25%) brightness(1.15) !important;
  transition: opacity 0.4s ease;
}
/* PM row effect */
.pwr-ghost-row {
  opacity: 0.55 !important;
  filter: grayscale(20%) !important;
}

Frequently Asked Questions

Can other users see my Ghost Mode?

Yes. The effect is applied server-side to every message you send, visible to all connected users.

Can I combine Ghost Mode with name effects?

Yes. Ghost Mode only affects the avatar. Name effects (Prism, VIP Glow) are separate and stack freely.

Does Ghost Mode expire?

No. Permanent purchase.


React:
💬 Comments (0)

No comments yet — be the first!

Leave a Comment

Want to join the conversation?

Free chat rooms — no registration ever required

💬 Enter Chat Free