From bf5d301685db6c31ea64771dab59610586bc1619 Mon Sep 17 00:00:00 2001 From: toasted-nutbread Date: Tue, 8 Oct 2019 19:54:02 -0400 Subject: [PATCH] Only use foreground api.js/util.js --- ext/bg/js/search-frontend.js | 2 -- ext/bg/search.html | 4 ++-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/ext/bg/js/search-frontend.js b/ext/bg/js/search-frontend.js index faec29ef..0c1a61ea 100644 --- a/ext/bg/js/search-frontend.js +++ b/ext/bg/js/search-frontend.js @@ -26,10 +26,8 @@ async function searchFrontendSetup() { if (!options.scanning.enableOnSearchPage) { return; } const scriptSrcs = [ - '/fg/js/api.js', '/fg/js/frontend-api-receiver.js', '/fg/js/popup.js', - '/fg/js/util.js', '/fg/js/popup-proxy-host.js', '/fg/js/frontend.js' ]; diff --git a/ext/bg/search.html b/ext/bg/search.html index 141dea5d..e71824d3 100644 --- a/ext/bg/search.html +++ b/ext/bg/search.html @@ -36,14 +36,14 @@ - - + +