From bcf884b23e465513ba443968422a1339df16f8a6 Mon Sep 17 00:00:00 2001 From: MarcoVitchiThulin <142972250+MarcoVitchiThulin@users.noreply.github.com> Date: Thu, 31 Aug 2023 07:32:50 +0200 Subject: [PATCH] Update extract.js --- extract.js | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/extract.js b/extract.js index bbaad59..4975b0b 100644 --- a/extract.js +++ b/extract.js @@ -111,5 +111,12 @@ function extract() { log(JSON.stringify(jsonArray)); - log("----- Extraction end -----") + log("----- Extraction end -----"); + + sendresult(); + +} + +function sendresult() { + injectFrameElement.remove(); } \ No newline at end of file