sblask-webextensions / webextension-skip-redirect

Some web pages use intermediary pages before redirecting to a final page. This add-on tries to extract the final url from the intermediary url and goes there straight away if successful.
https://addons.mozilla.org/firefox/addon/skip-redirect/
MIT License
489 stars 45 forks source link

Copy last skipped URL not working #352

Closed acjay closed 12 months ago

acjay commented 1 year ago

New Issue Checklist (tick off like this: [x])

What is your browser?

What is your operating system?

Description (please include examples/screenshots where applicable)

When in "Skip all redirects except for URLs" mode, when the extension skips a redirect that I need, I try to use the "Copy last skipped URL" feature but my clipboard just has whatever it previously had when I past into the "No-skip-urls-list".

sblask commented 1 year ago

This looks like a Firefox bug to me, there is an error for missing host permissions, but host permissions are not part of the webextension version Skip Redirect is built with.