I am desperate to find a deleted question on superuser.com. Since users below 10k reputation cannot search for deleted questions, my only option seems to be archive.org.
How can I search archive.org for a URL part ?
For example, search for all archived URLs that contain the string "almost" ?
The URL syntax on archive.org seems to only accept trailing wildcards, like:https://web.archive.org/web/*/https://superuser.com/questions/*
... but not interposed wildcards like this:https://web.archive.org/web/*/https://superuser.com/questions/*almost*
Is there another syntax or advancedsearch that allows this partial URL search ?