mirror of
https://github.com/EndPwnArchive/endpwn3.git
synced 2024-08-15 00:23:30 +00:00
use dom-ready to time loading epapi
This commit is contained in:
parent
b155a2f013
commit
ca666b62e5
1 changed files with 1 additions and 1 deletions
|
@ -41,6 +41,6 @@
|
|||
|
||||
// call their entrypoints
|
||||
crispr.go();
|
||||
window.document.body.onload = () => epapi.go('crxpwn', 0, 1);
|
||||
electron.getCurrentWindow().webContents.on('dom-ready', () => epapi.go('crxpwn', 0, 1));
|
||||
|
||||
})();
|
Loading…
Add table
Add a link
Reference in a new issue