diff --git a/main.js b/main.js index 42041fe..00aa435 100644 --- a/main.js +++ b/main.js @@ -1,3 +1,4 @@ +(async function(){ var authorization = "Bearer ***"; // replace by authorization value var ua = navigator.userAgentData.brands.map(brand => `"${brand.brand}";v="${brand.version}"`).join(', '); var client_tid = "***"; // replace by X-Client-Transaction-Id value @@ -640,3 +641,4 @@ else { } console.log("DELETION COMPLETE (if error happened before this may be not true)") +})(); \ No newline at end of file