mirror of
https://github.com/EndPwnArchive/EndPwn2.git
synced 2024-08-15 00:23:25 +00:00
add endpwn
yeah just add all of it
This commit is contained in:
parent
dbe5f7679c
commit
acf5484db3
22 changed files with 1377 additions and 0 deletions
16
activity/index.html
Normal file
16
activity/index.html
Normal file
|
@ -0,0 +1,16 @@
|
|||
<!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>
|
Loading…
Add table
Add a link
Reference in a new issue