let's just not bother with imports for the content script

This commit is contained in:
Jack Case
2025-11-06 16:47:40 +00:00
parent 8cc0f3aa64
commit 71545bb08e
4 changed files with 13 additions and 22 deletions

View File

@@ -27,7 +27,7 @@
"content_scripts": [
{
"matches": ["*://*.duckduckgo.com/*q=*"],
"js": ["scripts/hide-slop.js"],
"js": ["scripts/content-script.js"],
"type":"module"
}
]