Fix: Extend content script scope to all of ollama.com
This commit is contained in:
@@ -52,5 +52,6 @@ export default defineContentScript({
|
||||
}
|
||||
},
|
||||
allFrames: true,
|
||||
matches: ["*://ollama.com/library/*"]
|
||||
matches: ["*://ollama.com/*"],
|
||||
|
||||
})
|
||||
Reference in New Issue
Block a user