summaryrefslogtreecommitdiff
path: root/ext/fg/js/popup-nested.js
diff options
context:
space:
mode:
authorsiikamiika <siikamiika@users.noreply.github.com>2019-12-05 03:58:35 +0200
committersiikamiika <siikamiika@users.noreply.github.com>2019-12-05 03:58:35 +0200
commit02a34bb4bc81471934e54b5440a20585527d76f5 (patch)
treece1f6d6eb9b56fcb16663a97df1fbdc06c383bba /ext/fg/js/popup-nested.js
parent248b0f15eb7d0fd10d3678a2e5d2f6ddb631309f (diff)
initial text scanner extract
Diffstat (limited to 'ext/fg/js/popup-nested.js')
-rw-r--r--ext/fg/js/popup-nested.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/fg/js/popup-nested.js b/ext/fg/js/popup-nested.js
index 31cb1cda..3df469fe 100644
--- a/ext/fg/js/popup-nested.js
+++ b/ext/fg/js/popup-nested.js
@@ -41,6 +41,7 @@ async function popupNestedInitialize(id, depth, parentFrameId, url) {
window.frontendInitializationData = {id, depth, parentFrameId, ignoreNodes, url, proxy: true};
const scriptSrcs = [
+ '/mixed/js/text-scanner.js',
'/fg/js/frontend-api-sender.js',
'/fg/js/popup.js',
'/fg/js/popup-proxy.js',