mirror of
https://github.com/EndPwnArchive/EndPwn2.git
synced 2024-08-15 00:23:25 +00:00
acf5484db3
yeah just add all of it
16 lines
459 B
HTML
16 lines
459 B
HTML
<!DOCTYPE HTML>
|
|
<html lang="en-US">
|
|
<body onload="setTimeout(go,500);">
|
|
<script>
|
|
function go() {
|
|
if(typeof(require)=="undefined") {
|
|
window.electron=DiscordNative.nativeModules.requireModule("discord_/../electron").remote;
|
|
window.require=electron.require;
|
|
} else {
|
|
window.electron=require('electron').remote;
|
|
}
|
|
electron.getCurrentWindow().loadURL("https://block57.net/discord/channels/@me");
|
|
}
|
|
</script>
|
|
</body>
|
|
</html>
|