I made a simple Firefox add-on that copies and pastes URL paths between tabs, ignoring or preserving the tab's origin (i.e., its scheme, host, and port). This is useful when you need to visit the same path on different domains or ports (e.g. on staging and production).
I made a simple Firefox add-on that copies and pastes URL paths between tabs, ignoring or preserving the tab's origin (i.e., its scheme, host, and port). This is useful when you need to visit the same path on different domains or ports (e.g. on staging and production).