Is it possible to protect against replay protection by the following simple steps:
1. Send your coins on one side of the forked chain into any address that you own.
2. Wait until the transaction is confirmed.
3. If during that time you get replayed, go back to step one. You still have access to all of your coins since you own the private key.
4. If you are not replayed, send the coins on the other chain to a different address.
5. Wait until confirmed... done, your coins are split.
Is that correct?