Nomoji (Unicode-aware, flags preserved)

Blocks all emojis except flags from being displayed on any website (text, images, CSS) — Unicode-aware, reentrancy-guarded

这些是此脚本变更过代码的版本。 显示所有版本。

  • v0.4.0 2025-09-09

    fixed some leakthroughs

  • v0.3.0 2025-09-08

    more crash remediation

  • v0.2.2 2025-09-07

    fixed crashing on certain websites

  • v0.2.1 2025-09-07

    was missing some

  • v0.0.2 2025-09-06

    Fixed: Script failing to load in some browsers/userscript engines due to missing requestIdleCallback — added a safe fallback to setTimeout.

    Fixed: MutationObserver now watches document.documentElement instead of just body to survive SPA body replacements.

    Fixed: Potential sandbox API issues by adding @inject-into page to metadata.

    Improved: Initialization now waits for DOMContentLoaded if document.body is not yet available, ensuring first‑pass emoji stripping always runs.

    Note: Regex still uses \p{Extended_Pictographic} — if targeting older JS engines, replace with a compatibility regex to avoid syntax errors.

  • v0.0.1.20250801002619 2025-08-01

    update to work with twitter (x) ((ew))

  • v0.0.1.20250723180759 2025-07-23