GitHub - gabesullice/fastpath: A simple Firefox add-on that copies and pastes URL paths between tabs, ignoring or preserving the tab's origin. · GitHub
/" data-turbo-transient="true" />
Skip to content
Type / to search
Sign in<br>Sign upAppearance settings
You signed in with another tab or window. Reload to refresh your session.<br>You signed out in another tab or window. Reload to refresh your session.<br>You switched accounts on another tab or window. Reload to refresh your session.
Dismiss alert
{{ message }}
gabesullice
fastpath
Public
Notifications<br>You must be signed in to change notification settings
Fork
Star
main
BranchesTags
Go to file
CodeOpen more actions menu
Folders and files<br>NameNameLast commit message<br>Last commit date<br>Latest commit
History<br>16 Commits<br>16 Commits
dist
dist
src
src
.gitignore
.gitignore
CLAUDE.md
CLAUDE.md
LICENSE
LICENSE
Makefile
Makefile
README.md
README.md
logo.png
logo.png
View all files
Repository files navigation
Fastpath: URL Path Copier
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).
Use Case
When you need to visit the same path on different domains or ports. For example:
You're on https://staging.example.com/products/123?view=details
Click Copy Path to copy /products/123?view=details
Navigate to https://production.example.com
Click Paste Path to go to https://production.example.com/products/123?view=details
Installation
Installation
Install from the Firefox Add-ons page.
Temporary Installation (for development)
Open Firefox and navigate to about:debugging
Click "This Firefox" in the left sidebar
Click "Load Temporary Add-on..."
Select the manifest.json file from this directory
Usage
Click the extension icon in your toolbar to reveal two buttons:
Copy Path — Copies the current tab's path, query string, and fragment (everything after the host)
Paste Path — Reads the clipboard and navigates to that path on the current tab's origin
Keyboard Shortcuts
You can also use keyboard shortcuts instead of the popup:
Alt+Shift+U — Copy U RL Path
Alt+Shift+I — Paste I nto Path
These shortcuts can be customized in Firefox via about:addons → gear icon → Manage Extension Shortcuts .
Permissions
activeTab — Access the current tab's URL
clipboardWrite — Copy the path to clipboard
clipboardRead — Read the path from clipboard
About<br>A simple Firefox add-on that copies and pastes URL paths between tabs, ignoring or preserving the tab's origin.<br>addons.mozilla.org/firefox/addon/fastpath/<br>Resources<br>Readme<br>MIT license<br>Activity<br>Stars<br>2 stars<br>Watchers<br>0 watching<br>Forks<br>0 forks<br>Report repository
Contributors
Languages
You can’t perform that action at this time.