Does anyone know a way to make a script registered with chrome.userScript execute immediately without having to refresh the page? In manifest v3 the accepted way to execute user script is through the userScript API. But when a script is registered with this API it only actually executes when the page is reloaded.
javascript - Chrome Extension UserScript Execute Without Refresh Page - Stack Overflow
评论列表(0)
- 暂无评论