- A userscript manager (e.g. ScriptCat, Violentmonkey, Tampermonkey)
Click here and your userscript manager will prompt you to install.
- CORS proxy: Intercepts
fetchandXHRrequests matching stream manifests (.m3u8,.mpd,.ism) or media files (.mp4,.webm,.mkv, etc.) and routes them throughGM_xmlhttpRequest, which ignores same-origin policy. - Media element patching: Intercepts
src/currentSrcassignment on<video>,<audio>, and<source>elements, fetches the content via the same proxy, and sets a blob URL so the browser plays it natively. - Header stripping: Removes
content-security-policyand related headers from proxied responses so embedded content loads without CSP blocking.