CORS Proxy on Cloudflare Workers

Add JS on Cloudflare Workers: https://workers.cloudflare.com/

Demo: https://cors.eu.org/https://bing.com

https://github.com/netnr/workers/blob/main/cors/src/index.js

https://github.com/Zibri/cloudflare-cors-anywhere

Demo: https://test.cors.workers.dev

Demo: https://cors-anywhere.azm.workers.dev/https://example.org

https://gist.github.com/Kahtaf/e20515800054efcfb22830b4bc883880

M3U With Referrer and Cors

#EXTINF:-1 tvg-id=”TV”, TV
#EXTVLCOPT:http-user-agent=”Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36″
#EXTVLCOPT:http-referrer=”https://site.com/”
https://stream link

Related Posts