diff --git a/stage2.js b/stage2.js index eab21a6..543d612 100644 --- a/stage2.js +++ b/stage2.js @@ -38,7 +38,7 @@ // fetch goodies.json fetch('https://endpwn.github.io/goodies.json?_=' + Date.now()) - .then(x => x.text()) + .then(x => x.json()) .then(r => __goodies = r); // EndPwn3 specific features