Replace the regex with an empty function object

This commit is contained in:
Mimi 2019-12-29 16:13:57 +08:00
parent 37eab21613
commit 4c784e6546

View File

@ -51,11 +51,10 @@ function loadWidget(waifuPath, apiPath) {
$("#waifu-toggle").show().animate({ "margin-left": -50 }, 1000);
});
});
var re = /Live2D Widget/;
console.log(re);
re.toString = () => {
var devtools = () => {};
console.log("%c", devtools);
devtools.toString = () => {
showMessage("哈哈,你打开了控制台,是想要看看我的小秘密吗?", 6000, 9);
return "";
};
window.addEventListener("copy", () => {
showMessage("你都复制了些什么呀,转载要记得加上出处哦!", 6000, 9);