Javascript – How to run a content_script without user click on WebExtension v3
I'm new to WebExtensions and trying to port a minimal example called borderify from v2 to v3. I tried the minimal step of setting manifest.json's manifest_version: 3, but I quickly learned this breaks the content script running automatically. manifest.json {…