feat: anti detecting-using-error-stack
This commit is contained in:
parent
9a3d16f86c
commit
f53ff45057
1 changed files with 2 additions and 0 deletions
|
@ -83,6 +83,8 @@ export default [
|
||||||
format: "iife",
|
format: "iife",
|
||||||
sourcemap: false,
|
sourcemap: false,
|
||||||
banner: getBannerText,
|
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,
|
plugins,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue