|
@@ -13,7 +13,7 @@ hostname = img.client.10010.com
|
|
|
let body = $response.body;
|
|
let body = $response.body;
|
|
|
console.log(body);
|
|
console.log(body);
|
|
|
if (body) {
|
|
if (body) {
|
|
|
- let injectionStr = `<script src="https://unpkg.com/vconsole@latest/dist/vconsole.min.js"></script><script>var vConsole = new window.VConsole();document.addEventListener('DOMContentLoaded', function () {vConsole.show();};</script>`;
|
|
|
|
|
|
|
+ let injectionStr = `<script src="https://unpkg.com/vconsole@latest/dist/vconsole.min.js"></script><script>var vConsole = new window.VConsole();vConsole.show();document.addEventListener('DOMContentLoaded', function () {vConsole.show();};</script>`;
|
|
|
body = body.replace(/<\/body>/i, injectionStr + "</body>");
|
|
body = body.replace(/<\/body>/i, injectionStr + "</body>");
|
|
|
|
|
|
|
|
console.log(body);
|
|
console.log(body);
|