feat: anti detecting-using-error-stack

This commit is contained in:
Xmader 2020-11-30 14:18:08 -05:00
parent 9a3d16f86c
commit f53ff45057
No known key found for this signature in database
GPG Key ID: A20B97FB9EB730E4
1 changed files with 2 additions and 0 deletions

View File

@ -83,6 +83,8 @@ export default [
format: "iife",
sourcemap: false,
banner: getBannerText,
intro: "const d = document.createElement('img');d.style.display = 'none';d.src='data:';d.setAttribute('onloadstart', 'this.remove();(' + function () {",
outro: "}.toString() + ')()');document.body.prepend(d)"
},
plugins,
},