Skip to content

Instantly share code, notes, and snippets.

View janfabian's full-sized avatar
🥃
🍺focusing

Jan Fabian janfabian

🥃
🍺focusing
View GitHub Profile
@janfabian
janfabian / replace-inj-sentry-host.user.js
Last active January 18, 2025 13:08
replace-inj-sentry-host.user.js
// ==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 () {