Remove exactly one U+FEFF from the beginning of already decoded text while preserving identical code points elsewhere.
The frame below runs the same code as this page, in the reader's own browser. Nothing is sent to us, and nothing is sent to you.
Pick a dark background and the text and panels follow it, so the frame stays readable on a dark page.
JavaScript position zero is checked for U+FEFF and sliced once when present. Interior U+FEFF and every U+FFFE remain untouched because they are not byte-order signatures after decoding.
Hello, World!
Hello, World!
CSV imports recover exact first-column headers, JSON parsers see { at position zero, and source-code fixtures compare signed with unsigned decoded text.