GET
requests (mailto:
is also supported) in Firefox.I often want to forward links to different, most of the time self-hosted, services while browsing the web (for example, post a link of a YouTube video to my TV to watch it later). So I searched for an Add-on to handle this, found nothing, so here is one.
It will add entries to the context menu of links on all websites based on the provide configuration (see the Add-on options page).
Clicking such an entry will execute a GET
request to the configured URL while replacing %%u
with the clicked URL (if the URL starts with http
).
URLs starting with mailto
will be just opened, so probably your default mail program will compose a new mail.
URLs, separated by line break, %%u
is the placeholder for the clicked URL. Everything before a |
(pipe) will be used as the context menu label.
Example:
Entry1|https://example.com?url=%%u
Entry2|https://example.com?url=%%u
Entry3|mailto:me@example.com?subject=Forwarded link&body=%%u
Please use the Issue Tracker for any requests.
Install directly from AMO: https://addons.mozilla.org/firefox/addon/send-link
Or download the latest release (as .xpi
) and install it manually (not recommended, you will get no automatic updates)
Any help is welcome, feel free to contribute anything which comes to your mind or see https://berrnd.de/say-thanks if you just want to say thanks.
There is none. The progress of a specific bug/enhancement is always tracked in the corresponding issue, at least by commit comment references.
The MIT License (MIT)