mirror of
https://github.com/EndPwnArchive/endpwn3.git
synced 2024-08-15 00:23:30 +00:00
ugly fix for #1
This commit is contained in:
parent
503430c73c
commit
967850d6a9
1 changed files with 7 additions and 1 deletions
|
@ -42,7 +42,13 @@
|
|||
});
|
||||
|
||||
function load() {
|
||||
win.loadURL('https://canary.discordapp.com/channels/@me');
|
||||
win.loadURL('https://' + (
|
||||
navigator.userAgent.indexOf('Discord PTB') > -1 ?
|
||||
'ptb.' :
|
||||
navigator.userAgent.indexOf('Discord Canary') > -1 ?
|
||||
'canary.' :
|
||||
''
|
||||
) + 'discordapp.com/channels/@me');
|
||||
}
|
||||
|
||||
// get the data path
|
||||
|
|
Loading…
Reference in a new issue