maybe it will work this time

This commit is contained in:
Astra 2018-05-08 00:08:21 -04:00
parent 17a5014d7e
commit b155a2f013
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
/*
crxpwn
crxPwn Payload
Copyright 2018 EndPwn Project
@ -17,7 +17,7 @@
(() => {
function __crxprint(str) {
console.log(`%c[crxpwn]%c ` + str, 'font-weight:bold;color:#0cc', '');
console.log(`%c[crxPwn]%c ` + str, 'font-weight:bold;color:#0cc', '');
}
if (location.hostname.indexOf('discordapp') == -1) return;
@ -41,6 +41,6 @@
// call their entrypoints
crispr.go();
document.body.onload = () => epapi.go('crxpwn', 0, 1);
window.document.body.onload = () => epapi.go('crxpwn', 0, 1);
})();