8000 GitHub - piaocf/workers: Cloudflare Workers ( 2020-12-11 Cloudflare banned zme.ink , original address: https://cors.netnr.workers.dev/)
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
/ workers Public
forked from netnr/workers

Cloudflare Workers ( 2020-12-11 Cloudflare banned zme.ink , original address: https://cors.netnr.workers.dev/)

License

Notifications You must be signed in to change notification settings

piaocf/workers

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

English | 简体中文

Cloudflare Workers

2020-12-11 Cloudflare banned zme.ink

https://cors.eu.org

❤ cors

Support cross-domain request
Convert HTTP to HTTPS

Interface

  • Host/{URL}
  • https://cors.eu.org/{URL}

Demo

// Copy to the console and run
var $url = "http://wthrcdn.etouch.cn/weather_mini?citykey=101040100";
fetch("https://cors.eu.org/" + $url).then(x => x.text()).then(console.log)

Install

  • clone the project and enter the subdirectory (representing a worker)
  • Edit index.js and wrangler.toml (configuration key)
  • wrangler config configure mailbox and key
  • wrangler build build
  • wrangler publish release
  • Detailed documentation: https://developers.cloudflare.com/workers/quickstart

Price

CPU Daily request Burst rate Script size
10ms 100,000 1000 requests in 10 minutes 1M after compression

Details: https://developers.cloudflare.com/workers/about/limits/

Source


Notice

The amount can't hold up, please use your account to build the service if you use a lot, thank you! ! !

overflow

If you don’t want to trouble, maybe you can sponsor I upgrade to a paid user $5/month 10 million requests, please note from cfw

About

Cloudflare Workers ( 2020-12-11 Cloudflare banned zme.ink , original address: https://cors.netnr.workers.dev/)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%
0