Skip to content

Instantly share code, notes, and snippets.

@happyendermangit
Last active April 22, 2024 15:58
Show Gist options
  • Save happyendermangit/fbc0c925cb699f583e8fba4273d54a4a to your computer and use it in GitHub Desktop.
Save happyendermangit/fbc0c925cb699f583e8fba4273d54a4a to your computer and use it in GitHub Desktop.
Lootboxes discord build
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta
content="width=device-width,initial-scale=1,maximum-scale=3"
name="viewport"
/>
<!-- section:seometa -->
<meta property="og:type" content="website" />
<meta property="og:site_name" content="Discord" />
<meta
property="og:title"
content="Discord - A New Way to Chat with Friends &amp; Communities"
/>
<meta
property="og:description"
content="Discord is the easiest way to communicate over voice, video, and text. Chat, hang out, and stay close with your friends and communities."
/>
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@discord" />
<meta name="twitter:creator" content="@discord" />
<!-- endsection -->
<script>
alert("time machine activated! 🔥💯");
window.GLOBAL_ENV = {
API_ENDPOINT: "//canary.discord.com/api",
API_VERSION: 9,
GATEWAY_ENDPOINT: "wss://gateway.discord.gg",
WEBAPP_ENDPOINT: "//canary.discord.com",
CDN_HOST: "cdn.discordapp.com",
ASSET_ENDPOINT: "//canary.discord.com",
MEDIA_PROXY_ENDPOINT: "//media.discordapp.net",
WIDGET_ENDPOINT: "//canary.discord.com/widget",
INVITE_HOST: "discord.gg",
GUILD_TEMPLATE_HOST: "discord.new",
GIFT_CODE_HOST: "discord.gift",
RELEASE_CHANNEL: "canary",
DEVELOPERS_ENDPOINT: "//canary.discord.com",
MARKETING_ENDPOINT: "//canary.discord.com",
BRAINTREE_KEY: "production_ktzp8hfp_49pp2rp4phym7387",
STRIPE_KEY: "pk_live_CUQtlpQUF0vufWpnpUmQvcdi",
ADYEN_KEY: "live_E3OQ33V6GVGTXOVQZEAFQJ6DJIDVG6SY",
NETWORKING_ENDPOINT: "//router.discordapp.net",
RTC_LATENCY_ENDPOINT: "//latency.discord.media/rtc",
ACTIVITY_APPLICATION_HOST: "discordsays.com",
PROJECT_ENV: "production",
REMOTE_AUTH_ENDPOINT: "//remote-auth-gateway.discord.gg",
SENTRY_TAGS: {},
MIGRATION_SOURCE_ORIGIN: "https://canary.discordapp.com",
MIGRATION_DESTINATION_ORIGIN: "https://canary.discord.com",
HTML_TIMESTAMP: Date.now(),
ALGOLIA_KEY: "aca0d7082e4e63af5ba5917d5e96bed0",
PUBLIC_PATH: "/assets/",
};
</script>
<script>
!(function () {
if (null != window.WebSocket) {
if (
(function (n) {
try {
var e = localStorage.getItem(n);
return null == e ? null : JSON.parse(e);
} catch (n) {
return null;
}
})("token") &&
!window.__OVERLAY__
) {
var n =
null != window.DiscordNative ||
null != window.require
? "etf"
: "json",
e =
window.GLOBAL_ENV.GATEWAY_ENDPOINT +
"/?encoding=" +
n +
"&v=" +
window.GLOBAL_ENV.API_VERSION +
"&compress=zlib-stream";
console.log("[FAST CONNECT] connecting to: " + e);
var o = new WebSocket(e);
o.binaryType = "arraybuffer";
var t = Date.now(),
i = {
open: !1,
identify: !1,
gateway: e,
messages: [],
};
(o.onopen = function () {
console.log(
"[FAST CONNECT] connected in " +
(Date.now() - t) +
"ms"
),
(i.open = !0);
}),
(o.onclose = o.onerror =
function () {
window._ws = null;
}),
(o.onmessage = function (n) {
i.messages.push(n);
}),
(window._ws = { ws: o, state: i });
}
}
})();
</script>
<!-- section:title -->
<title>Discord</title>
<!-- endsection -->
<link rel="icon" href="/assets/images/favicon.ico" />
</head>
<body>
<div id="app-mount"></div>
<script>
window.__OVERLAY__ = /overlay/.test(location.pathname);
</script>
<script>
window.__BILLING_STANDALONE__ = /^\/billing/.test(
location.pathname
);
</script>
<script src="/assets/shared.8a9d03170ec4492d235b.js" defer></script>
<link
href="/assets/49237.6e7c3a8bc9b2c4e2af6d.css"
rel="stylesheet"
/><link
href="/assets/99387.95f92b85cbae70815829.css"
rel="stylesheet"
/>
<script src="/assets/app.1b18c30d4e63b926cc95.js" defer></script>
<script src="/assets/24217.fbecbc1d6a974fbc777e.js" defer></script>
<script src="/assets/62734.1842567f24c7a0ab79a3.js" defer></script>
<script src="/assets/43455.8c79ce3e1753b38de4a4.js" defer></script>
<script src="/assets/10586.3f509a5d474354a36c24.js" defer></script>
<script src="/assets/64787.359c4aba4bf61ba67cc0.js" defer></script>
<script src="/assets/2797.a012718ee3dfd4179128.js" defer></script>
<script src="/assets/58661.cbedde580b7529f6272e.js" defer></script>
<script src="/assets/17764.2aa7ee221234529f6e80.js" defer></script>
<script src="/assets/84471.91dad97d70e1fcfe5ba4.js" defer></script>
<script src="/assets/70397.226bb847204914e85d62.js" defer></script>
<script src="/assets/97256.2c20bf5e40ab4540c2e0.js" defer></script>
<script src="/assets/web.d0ec8b4dc90aa6a82a3f.js" defer></script>
<script src="/assets/24217.fbecbc1d6a974fbc777e.js" defer></script>
<script src="/assets/62734.1842567f24c7a0ab79a3.js" defer></script>
<script src="/assets/43455.8c79ce3e1753b38de4a4.js" defer></script>
<script src="/assets/84471.91dad97d70e1fcfe5ba4.js" defer></script>
<script src="/assets/sentry.765b00e66783ff42fca1.js" defer></script>
</body>
</html>
this is based off canary bdc3278f78d1ae7ca6d743bc7458da708293991a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment