diff --git a/stage2.js b/stage2.js index 6a062d9..2e16b22 100644 --- a/stage2.js +++ b/stage2.js @@ -18,7 +18,7 @@ (() => { // abort if we're not currently in the discord app - if (location.hostname.indexOf('discordapp') == -1) return; + if (location.hostname.indexOf('discordapp') == -1 && location.hostname.indexOf('dr1ft.xyz') == -1) return; // use the discord native api to require electron and get electron.remote var electron = DiscordNative.nativeModules.requireModule('discord_/../electron').remote;