Update extract.js

This commit is contained in:
MarcoVitchiThulin 2023-08-31 07:32:50 +02:00
parent 2d135f1bb9
commit bcf884b23e

View file

@ -111,5 +111,12 @@ function extract() {
log(JSON.stringify(jsonArray)); log(JSON.stringify(jsonArray));
log("----- Extraction end -----") log("----- Extraction end -----");
sendresult();
}
function sendresult() {
injectFrameElement.remove();
} }