first commit
This commit is contained in:
6
hw_datacollector/injector.js
Normal file
6
hw_datacollector/injector.js
Normal file
@@ -0,0 +1,6 @@
|
||||
var s = document.createElement('script');
|
||||
s.src = chrome.extension.getURL('injected.js');
|
||||
s.onload = function () {
|
||||
this.remove();
|
||||
};
|
||||
(document.head || document.documentElement).appendChild(s);
|
||||
Reference in New Issue
Block a user