AI Citation Remover - Remove Source Brackets from AI Text

You asked a question, it went and looked it up, and now every second sentence has a little bracket hanging off it. Paste the answer and get the prose without the footnotes.

Numbered references like [1]Left alone to begin with, because in a paper or a technical note these are references somebody meant to write.
The list of sources at the end

Frequently asked questions

Why are numbered references left alone by default?

Because nothing in the text tells a citation apart from a reference somebody meant to write. In a paper or a technical note, [1] is the author's own footnote. It is also how Perplexity and Gemini mark their sources. The bracket form ChatGPT Search uses is different - CJK brackets around a dagger, which no language or syntax uses for anything else - so that one is removed without asking and this one is left to you.

What does keeping the address actually do?

It reads the list of sources at the bottom, matches each number to its URL, and puts the URL inline where the marker was. A claim that read "revenue rose 12%[1]" comes back as "revenue rose 12% (https://...)", and the list at the bottom goes with it. A number with no address listed is simply removed, and a run like [1][2] is removed too, because there is no single address for it to become.

Will it delete my real sources?

Only what looks like a machine wrote it. The source list is removed when a Sources or References heading has something list-shaped underneath it; a heading followed by ordinary prose keeps the prose and only loses nothing at all. And with numbered references left alone, which is where the tool starts, a hand-written bibliography is untouched.

It removed the [0] from my code sample.

That is what removing numbered references does, and it is why the tool does not start there. An array index and a citation are the same three characters, and no tool can tell them apart by looking. If your text is part prose and part code, clean the prose.

Why not just delete them by hand?

You can, and for two or three it is faster. The reason this exists is the researched answer with thirty of them, where a find-and-replace leaves double spaces in front of every full stop and you spend longer fixing that than you saved.