I wrote a script as a user script and ran it on a specific website with Greasemonkey.
It worked perfectly, but I want to see requests that my script has sent in the Firefox developer tools network tab. Currently it shows the page's requests and not my script's requests.
What should I do?