Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 674 Bytes

firefox.md

File metadata and controls

28 lines (18 loc) · 674 Bytes

Firefox

Performance

Open about:processes in the URL bar.

Firefox Debug tools / Inspector menu

  1. F12 or right-click -> Inspect

Header Manipulation

  1. Open Network tab.
  2. Request the desired URL in your browser.
  3. Click desired request in inspector.
  4. Click Headers tab in right side-bar.
  5. Click Resend -> Edit and Resend.

Copy request as CURL command

  1. Open Network tab.
  2. Request the desired URL in your browser.
  3. Right click desired request in inspector -> Copy -> Copy as cURL (POSIX).
  4. (Optional) Use this site to convert to Python-style request.

Misc

  • CTRL-m = Mute window/tab.