Yintii
Yintii
PD🧩 Plasmo Developers
Created by Edmund on 2/6/2024 in #👟framework
How can I listen to all requests?
Actually, it would process on the server first before getting to the client no matter what, so you’d need a proxy server that your plugin uses between the actual server most likely
5 replies
PD🧩 Plasmo Developers
Created by Edmund on 2/6/2024 in #👟framework
How can I listen to all requests?
A content script will be injected to each webpage from your extension, but this is general. It will be injected to every page, and you can intercept requests by overriding the fetch function if you really need to. What is it for exactly?
5 replies