diff --git a/manifest.json b/manifest.json index edd481f..530366c 100644 --- a/manifest.json +++ b/manifest.json @@ -27,7 +27,7 @@ "content_scripts": [ { "matches": ["*://*.duckduckgo.com/*q=*"], - "js": ["scripts/hide-slop.js"], + "js": ["scripts/content-script.js"], "type":"module" } ] diff --git a/pages/action_popup.html b/pages/action_popup.html index 6405e96..d901cdc 100644 --- a/pages/action_popup.html +++ b/pages/action_popup.html @@ -16,7 +16,5 @@ -