<aside> 💡 You can use custom domains to bypass ad blockers.

</aside>

Requirements

Create a new Cloudflare Worker

  1. Click on the Workers tab & Create a new worker

  1. Copy and replace the code from https://github.com/splitbee/proxy/blob/main/index.js into the text area from cloudflare workers.

Name your worker that you can recognize it afterwards

  1. Click on "Save and Deploy"

<aside> ✅ Your worker is now available under https://something.else.workers.dev

</aside>

You can already use https://something.else.workers.dev/sb.js as a custom domain in your script.

Link your Cloudflare managed domain to the worker

After deploying the worker, you need to navigate to one domain of your choice managed by Cloudflare.

  1. Choose the "Workers" tab in the menu

  1. Press Add route

  1. Add the domain followed by /* you want the worker to be available at.

In this example we are using feedback.fish.

Our route would be: hive.feedback.fish/*

Just select the previously generated worker in the dropdown

Last, we need to link the subdomain to a random ip. Navigate to DNS and create a new A record

<aside> ✅ Done! The new worker is available under hive.feedback.fish (not yours)

</aside>