shawenguan 1 year ago
parent
commit
f2b18453f6
1 changed files with 2 additions and 0 deletions
  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');
 });