let's just not bother with imports for the content script
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
"content_scripts": [
|
||||
{
|
||||
"matches": ["*://*.duckduckgo.com/*q=*"],
|
||||
"js": ["scripts/hide-slop.js"],
|
||||
"js": ["scripts/content-script.js"],
|
||||
"type":"module"
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user