first commit
This commit is contained in:
commit
46aea254d0
19 changed files with 569 additions and 0 deletions
6
content.js
Normal file
6
content.js
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
(() => {
|
||||
const script = document.createElement('script');
|
||||
script.src = chrome.runtime.getURL('injected.js');
|
||||
script.onload = () => script.remove();
|
||||
(document.head || document.documentElement).appendChild(script);
|
||||
})();
|
||||
Loading…
Add table
Add a link
Reference in a new issue