Currently trying to port a web extension over to safari which heavily relies on the include_globs property of content_scripts.
Is this something Safari plans to support?
Is this something Safari plans to support?
Code Block language { "css": [ "style-a.css" ], "matches": [ "https://*.example.com/*" ], "include_globs": [ "https://a.example.com/*style=a*" ], "run_at": "document_start" }, { "css": [ "style-b.css" ], "matches": [ "https://*.example.com/*" ], "include_globs": [ "https://b.example.google.com/*style=b*" ], "run_at": "document_start" }
Any update on this? Still didn't hear anything on my feedback assistent ticket/case.
See feedback assistant ticket: https://feedbackassistant.apple.com/feedback/9612462