This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==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 |
NewerOlder