Remix.run Logo
foofoo12 4 hours ago

Very useful. Does anything similar exists for Firefox?

bryanrasmussen 4 hours ago | parent | next [-]

I would look at the Browser Console if I were trying to do something similar

https://firefox-source-docs.mozilla.org/devtools-user/browse...

in fact this is similar to a thing I wanted to do recently that I was calling JIT automation (using FF's browser console) but when I wanted to write an article about it they weren't too interested because FF specific.

nicoburns 4 hours ago | parent | prev [-]

Servo have a 3rd party script to dump the traffic: https://book.servo.org/hacking/developing-devtools.html#capt... But there's nothing built-in.