shawenguan 1 năm trước cách đây
mục cha
commit
f2b18453f6
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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');
 });