send requests to check for slop on the server

This commit is contained in:
Jack Case
2025-10-20 16:11:18 -04:00
parent a4c6ac4aa7
commit 09247b7cc2
2 changed files with 6 additions and 5 deletions

View File

@@ -8,7 +8,8 @@
"permissions": [
"activeTab",
"storage",
"webNavigation"
"webNavigation",
"*://duckduckgo.com/*"
],
"page_action": {
@@ -31,7 +32,7 @@
"content_scripts": [
{
"matches": ["*://*.duckduckgo.com/*"],
"matches": ["*://duckduckgo.com/*"],
"js": ["scripts/hide-slop.js"]
}
]