Skip to content

Instantly share code, notes, and snippets.

// ==UserScript==
// @name ProxyXMLHttpRequest
// @namespace ProxyXMLHttpRequest
// @description Proxy for the XMLHttpRequest.
// @include http://localhost/*
// @include http://superplayer.000webhostapp.com/*
// @include https://superplayer.000webhostapp.com/*
// @grant GM.xmlHttpRequest
// @grant unsafeWindow
// @run-at document-start