set up mutationobserver to react when more results load

This commit is contained in:
Jack Case
2025-10-21 20:56:17 +00:00
parent 363981f4ff
commit e961faec29
2 changed files with 39 additions and 8 deletions

View File

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