This commit is contained in:
Cynthia Foxwell 2018-05-19 22:10:08 -06:00
parent 34f5aee22e
commit 7f273566b5
4 changed files with 4 additions and 4 deletions

View File

@ -166,8 +166,8 @@
// get files
fs.writeFileSync(data + '/crxpwn/payload.js', await (await fetch(approot + '/crxpwn.js?_=' + Date.now())).text());
fs.writeFileSync(data + '/epapi.js', await (await fetch('https://endpwn.github.io/epapi/epapi.js?_=' + Date.now())).text());
fs.writeFileSync(data + '/crispr.js', await (await fetch('https://endpwn.github.io/crispr/crispr.js?_=' + Date.now())).text());
fs.writeFileSync(data + '/epapi.js', await (await fetch(approot + '/epapi/epapi.js?_=' + Date.now())).text());
fs.writeFileSync(data + '/crispr.js', await (await fetch(approot + '/crispr/crispr.js?_=' + Date.now())).text());
fs.writeFileSync(data + '/plugins/system.js', await (await fetch(approot + '/plugin/system.js?_=' + Date.now())).text());
fs.writeFileSync(data + '/plugins/customizer.js', await (await fetch(approot + '/plugin/customizer.js?_=' + Date.now())).text());
fs.writeFileSync(data + '/plugins/settings.js', await (await fetch(approot + '/plugin/settings.js?_=' + Date.now())).text());

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 144 KiB

View File

@ -4,7 +4,7 @@
<title>C&lambda;nergy</title>
<meta property="og:title" content="C&lambda;nergy" />
<meta property="og:description" content="Instructions for installing Cynergy" />
<meta property="og:image" content="https://endpwn.github.io/sigma.png" />
<meta property="og:image" content="/lambda.png" />
<script>
function updatePayload() {
@ -37,7 +37,7 @@
}
a {
color: #c0ff80;
color: #c080ff;
}
div {

BIN
lambda.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB