Ignore Cart Contents and jumps to Checkout page

Is it possible to ignore cart contents when buying a product?

one solution I thought of is to

  1. Backup the cart content via web storage

  2. Empty the cart.

  3. Redirect to checkout page

  4. Restore cart in thank you page

I don’t like my solution so are there any better solution to this?
Thanks