<aside> 💡 You can use custom domains to bypass ad blockers.
</aside>
Name your worker that you can recognize it afterwards
<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.
After deploying the worker, you need to navigate to one domain of your choice managed by Cloudflare.
/*
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>