gpt4 book ai didi

javascript - 在控制台中警告用户并在 Javascript 中隐藏错误日志

转载 作者:行者123 更新时间:2023-11-28 17:19:18 25 4
gpt4 key购买 nike

我正在开发一个处理用户数据的网站,我想知道当用户单击浏览器中开发人员工具中的控制台选项卡时,如何警告用户。来自 Facebook 的类似内容:

enter image description here

并且还在日志中隐藏 JavaScript 错误。

提前谢谢

最佳答案

尝试添加这样的内容:

<script type="text/javascript">
const warningTitleCSS = 'color:red; font-size:60px; font-weight: bold; -webkit-text-stroke: 1px black;';
const warningDescCSS = 'font-size: 18px;';
console.log('%cStop!', warningTitleCSS);
console.log("%cThis is a browser feature intended for developers. If someone told you to copy and paste something here to enable a Facebook feature or \"hack\" someone's account, it is a scam and will give them access to your Facebook account.", warningDescCSS);
console.log('%cSee https://www.facebook.com/selfxss for more information.', warningDescCSS);
</script>

https://gist.github.com/tosbourn/f556ee09c4a551e91d1dfde2f7b254f4

关于javascript - 在控制台中警告用户并在 Javascript 中隐藏错误日志,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52730373/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com