Update extract.js
This commit is contained in:
parent
2d135f1bb9
commit
bcf884b23e
1 changed files with 8 additions and 1 deletions
|
@ -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();
|
||||||
}
|
}
|
Loading…
Add table
Reference in a new issue