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 Replace RPC and Rest injective sentry in Requests | |
// @version 1.0 | |
// @description Replaces the host for outgoing network requests (fetch & XHR) | |
// @match https://market.injera.io/* | |
// @match https://injera.io/* | |
// @grant none | |
// ==/UserScript== | |
(function () { |