mirror of
https://github.com/EndPwnArchive/EndPwn2.git
synced 2024-08-15 00:23:25 +00:00
17 lines
459 B
HTML
17 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>
|