Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save spetterman66/9069497a54de009dccb1b5d2ab310f8a to your computer and use it in GitHub Desktop.
Save spetterman66/9069497a54de009dccb1b5d2ab310f8a to your computer and use it in GitHub Desktop.
Make Guilded work again in TenFourFox/IWPPC (partial)
// ==UserScript==
// @name Guilded
// @namespace https://www.guilded.gg/*
// @include https://www.guilded.gg/*
// @run-at document-end
// @version 1
// @grant none
// ==/UserScript==
let script = document.createElement('script');
script.src = "https://www.guilded.gg/40c128a1/bundle.js"
document.body.appendChild(script);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment