Is it possible to inspect `GM_xmlhttpRequest`s in the Developer Tools network tab?

270 views Asked by At

I found out that you can perform a CORS request within a Tampermonkey script using GM_xmlhttpRequest(). Unfortunately, they don't appear in the Chrome devtools network tab.

I know GM_ functions are running in their own scope somewhere within the extension.

Is there a way to inspect such requests?

0

There are 0 answers