A browser extension that redirects all requests from megacloud.blog to megacloud.tv.
Some anime streaming sites reference megacloud.blog as their video host, which may be unavailable or blocked. This extension transparently rewrites those requests to megacloud.tv, both at the network level and inside the page itself.
manifest.json - Extension manifest (Manifest V2, Firefox-compatible)background.js - Intercepts requests at the network level via webRequest APIcontent.js - Patches fetch and XMLHttpRequest inside the page at document_startrules.json - Declarative redirect rules (used by Chrome)chrome://extensions/megacloudfix directoryabout:debugging#/runtime/this-firefoxmegacloudfix directoryNote: Firefox temporary add-ons are removed on browser restart. For permanent installation, the extension would need to be signed via Mozilla.
Two layers of interception run simultaneously:
background.js uses the webRequest API to intercept and redirect any network request to megacloud.blog before the browser connectscontent.js patches window.fetch and XMLHttpRequest.prototype.open directly inside the page at document_start, catching requests that originate from iframes or player scripts before the network layer sees themNo data is collected or transmitted.
https://vimeo.com/1180787841?share=copy&fl=sv&fe=ci#t=0
https://vimeo.com/1180947941?share=copy&fl=sv&fe=ci
A Firefox-specific version of this extension is available at RAELIE1/MegaCloudFixFireFox.
$ claude mcp add MegaCloudFix \
-- python -m otcore.mcp_server <graph>