Serves a Rickroll HTML page when any path except the root is accessed on a Cloudflare Worker.
The Rickroll Worker is a Cloudflare Worker designed to intercept any path (except the root) and serve a dynamically generated webpage containing a Rickroll. It complements an MCP server by bypassing URL filters, presenting the Rickroll as a seemingly innocent podcast about a user-provided topic. The worker features a triple autoplay strategy for the audio, path interception, and Konami code Easter egg for an enhanced Rickroll experience. Customization options are also available such as audio source, color schemes, and timing.
主な機能
01Intercepts any path to serve a Rickroll
02Triple autoplay strategy for audio playback
030 GitHub stars
04Bypasses URL filters when used with an MCP server
05Konami Code Easter Egg
06Customizable audio source, color scheme, and timing
ユースケース
01Amusement and lighthearted pranks
02Circumventing URL filtering in specific contexts
03Educational demonstration of Cloudflare Worker functionality