shawenguan 1 anno fa
parent
commit
f2b18453f6
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      Scripts/injection/common.js

+ 2 - 0
Scripts/injection/common.js

@@ -1,5 +1,7 @@
 let vConsole = new window.VConsole();
+console.log(vConsole);
 vConsole.show();
 document.addEventListener('DOMContentLoaded', function () {
     vConsole.show();
+    console.log('test');
 });