https://github.com/fernvenue/cloudflare-workers-scripts
A collection of simple scripts for Cloudflare Workers.
https://github.com/fernvenue/cloudflare-workers-scripts
cloudflare cloudflare-worker cloudflare-workers javascript script scripts worker workers
Last synced: 4 months ago
JSON representation
A collection of simple scripts for Cloudflare Workers.
- Host: GitHub
- URL: https://github.com/fernvenue/cloudflare-workers-scripts
- Owner: fernvenue
- License: bsd-3-clause
- Created: 2021-06-06T15:01:04.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-25T21:01:02.000Z (over 2 years ago)
- Last Synced: 2023-03-04T07:50:48.446Z (about 2 years ago)
- Topics: cloudflare, cloudflare-worker, cloudflare-workers, javascript, script, scripts, worker, workers
- Language: JavaScript
- Homepage: https://github.com/fernvenue/workers-scripts
- Size: 42 KB
- Stars: 26
- Watchers: 2
- Forks: 10
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cloudflare Workers Scripts
[](./LICENSE)
[](https://github.com/fernvenue/cloudflare-workers-scripts)
[](https://gitlab.com/fernvenue/cloudflare-workers-scripts)**A collection of simple scripts for [Cloudflare Workers](https://workers.cloudflare.com).**
## List of the scripts
- [Base64 encode/decode](./base64-encode-decode.js)
- [Bulk redirect for host](./redirect-by-hostmap.js)
- [Bulk redirect for path](./redirect-by-pathmap.js)
- [DNS over HTTPS](./dns-over-https.js)
- [Forward CSP report to Telegram via bot](./forward-csp-report-to-telegram.js)
- [Return client info as application/json](./return-client-info.js)
- [Return client IP as text/plain](./return-client-ip.js)
- [Return client local time as text/plain](./return-client-date.js)
- [Return Cloudflare ray](./return-cloudflare-ray.js)
- [Unified control of robots.txt](./robots-control.js)
- [Steam TOTP](./steam-totp.js)## More information
- [Cloudflare Workers](https://workers.cloudflare.com)
- [Cloudflare Workers documation](https://developers.cloudflare.com/workers)
- [Cloudflare Workers offical examples](https://developers.cloudflare.com/workers/examples)
- [Cloudflare Workers runtime APIs](https://developers.cloudflare.com/workers/runtime-apis)
- [Cloudflare Workers runtime limitations](https://developers.cloudflare.com/workers/platform/limits)