mirror of
https://github.com/EndPwnArchive/endpwn3.git
synced 2024-08-15 00:23:30 +00:00
edit a console.log, that's it
This commit is contained in:
parent
bba5e79b33
commit
9e9e8bfcc2
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
|||
}
|
||||
|
||||
if (location.hostname.indexOf('discordapp') == -1) return;
|
||||
__crxprint('extension loaded successfully, loading EPAPI...');
|
||||
__crxprint('extension loaded successfully, loading CRISPR and EPAPI...');
|
||||
|
||||
// use the discord native api to require electron and get electron.remote
|
||||
var electron = DiscordNative.nativeModules.requireModule('discord_/../electron').remote;
|
||||
|
|
Loading…
Reference in a new issue