diff --git a/manifest.json b/manifest.json index 3d30455..1bd7d59 100644 --- a/manifest.json +++ b/manifest.json @@ -14,5 +14,12 @@ "scripts": ["scripts/report-slop.js"], "persistent": false, "type": "module" - } + }, + + "content_scripts": [ + { + "matches": ["*://*.duckduckgo.com/*"], + "js": ["scripts/hide-slop.js"] + } + ] } \ No newline at end of file diff --git a/scripts/hide-slop.js b/scripts/hide-slop.js new file mode 100644 index 0000000..e69de29